VintaSoft Imaging .NET SDK 15.0: Documentation for .NET developer
Vintasoft.Imaging.Wpf.UI Namespace / WpfPaletteViewerCell Class / ColorIndex Property
Syntax Requirements SeeAlso
In This Topic
    ColorIndex Property (WpfPaletteViewerCell)
    In This Topic
    Gets the index of this cell in the palette.
    Syntax
    'Declaration
    
    Public ReadOnly Property ColorIndex As Byte
    
    
    public byte ColorIndex { get; }
    
    
    public: __property byte get_ColorIndex();
    
    
    
    public:
    property byte ColorIndex { byte get(); }
    Requirements

    Target Platforms: .NET 10; .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also