Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Core Namespace / ThemeColorScheme Class / Item Property
The index value of the ThemeColor value.


In This Topic
    Item Property (ThemeColorScheme)
    In This Topic
    Gets a ThemeColor value that represents a color in the color scheme of a Theme.
    Syntax
    'Declaration
     
    
    Public Default Property Item( _
       ByVal index As ThemeColors _
    ) As SchemeColor
    'Usage
     
    
    Dim instance As ThemeColorScheme
    Dim index As ThemeColors
    Dim value As SchemeColor
     
    instance.Item(index) = value
     
    value = instance.Item(index)
    public SchemeColor this[ 
       ThemeColors index
    ]; {get; set;}

    Parameters

    index
    The index value of the ThemeColor value.

    Property Value

    The ThemeColor value at the specified position.
    See Also