Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / SolidColor Class / RGB Property

In This Topic
    RGB Property (SolidColor)
    In This Topic
    Gets or sets the RGB value of this color.

    Only solid colors (with alpha 255) are supported.

    Resets Brightness and TintAndShade properties to default values.

    Syntax
    'Declaration
     
    Public Overrides Property RGB As System.Drawing.Color
    public override System.Drawing.Color RGB {get; set;}
    See Also