Documents for Word, .NET Edition Documentation
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / ThemeColor Class / RGB Property

In This Topic
    RGB Property (ThemeColor)
    In This Topic
    Gets or sets a value of a color in the color scheme of a theme.
    Syntax
    'Declaration
     
    Public Property RGB As System.Drawing.Color
    public System.Drawing.Color RGB {get; set;}
    See Also