Nevron Open Vision Documentation
Nevron.Nov.Diagram.Themes Namespace / NThemeVariantColorInfo Class / ColorIndex Property


In This Topic
    ColorIndex Property (NThemeVariantColorInfo)
    In This Topic
    Gets the variant color index. It is usually between 0 and 6. See the "Diagram DOM > Drawings > Themes > Theme Based Shapes" documentation topic for more information.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property ColorIndex As System.Integer
    'Usage
     
    
    Dim instance As NThemeVariantColorInfo
    Dim value As System.Integer
     
    value = instance.ColorIndex
    public System.int ColorIndex {get;}
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also