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

In This Topic
    ThemeTint Property
    In This Topic
    Gets or sets the tint value applied to the supplied theme color (if any) for this contents.
    Syntax
    'Declaration
     
    Public Property ThemeTint As System.Byte
    public System.byte ThemeTint {get; set;}
    Remarks
    If the ThemeTint 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