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

In This Topic
    ThemeShade Property
    In This Topic
    Gets or sets the shade value applied to the supplied theme color (if any) for this contents.
    Syntax
    'Declaration
     
    Public Property ThemeShade As System.Byte
    public System.byte ThemeShade {get; set;}
    Remarks
    If the ThemeShade is supplied, then it is applied to the RGB value of the theme color to determine the final color applied to this contents.
    See Also