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

In This Topic
    RGB Property (ColorBase)
    In This Topic
    Gets or sets the RGB value of the color.
    Syntax
    'Declaration
     
    Public Overridable Property RGB As System.Drawing.Color
    public virtual System.Drawing.Color RGB {get; set;}
    See Also