Extended Library for WPF and Silverlight | ComponentOne
C1.WPF.Extended Namespace / ColorPalette Class / Item Property

In This Topic
    Item Property (ColorPalette)
    In This Topic
    Gets the palette entry with the specified index.
    Syntax
    'Declaration
     
    
    Public ReadOnly Default Property Item( _
       ByVal index As Integer _
    ) As ColorPaletteEntry
    public ColorPaletteEntry this[ 
       int index
    ]; {get;}

    Parameters

    index
    See Also