Extended Library for UWP | ComponentOne
C1.UWP.Extended Assembly / C1.Xaml.Extended Namespace / ColorPalette Class / Item Property

In This Topic
    Item Property
    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