Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / Settings Class / GetThemeColor Method
The theme color Id.

In This Topic
    GetThemeColor Method
    In This Topic
    Gets a ThemeColor from the Theme.ColorScheme by its ThemeColorId.
    Syntax
    'Declaration
     
    Public Function GetThemeColor( _
       ByVal id As ThemeColorId _
    ) As ThemeColor
    public ThemeColor GetThemeColor( 
       ThemeColorId id
    )

    Parameters

    id
    The theme color Id.

    Return Value

    A ThemeColor from the color scheme.
    See Also