Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / ColorScheme Class / Item Property
The color Id in the color scheme of a theme.

In This Topic
    Item Property (ColorScheme)
    In This Topic
    Gets a ThemeColor from the scheme by its ThemeColorSchemeId.
    Syntax
    'Declaration
     
    Public ReadOnly Default Property Item( _
       ByVal id As ThemeColorSchemeId _
    ) As ThemeColor
    public ThemeColor this[ 
       ThemeColorSchemeId id
    ]; {get;}

    Parameters

    id
    The color Id in the color scheme of a theme.

    Property Value

    A ThemeColor in the color scheme.
    See Also