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

In This Topic
    RGB Property (WordColor)
    In This Topic
    Gets or sets the RGB color value. The System.Drawing.Color.Empty value indicates auto color. Only solid colors (with alpha 255) are supported.

    If this property is set to a value other than System.Drawing.Color.Empty, ThemeColor, ThemeShade and ThemeTint property values are removed.

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