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

In This Topic
    ThemeColor Property (WordColor)
    In This Topic
    Gets or sets a theme color that should be applied to the current object.
    Syntax
    'Declaration
     
    Public Property ThemeColor As ThemeColorId
    public ThemeColorId ThemeColor {get; set;}
    Remarks
    The specified theme color is a reference to one of the predefined theme colors, located in the document themes, which allows for color information to be set centrally in the document.
    See Also