Nevron Open Vision Documentation
Nevron.Nov.Diagram.Themes Namespace / NDynamicThemeColor Class / Name Property


In This Topic
    Name Property (NDynamicThemeColor)
    In This Topic
    Gets/Sets the theme color name of this scheme color.
    Syntax
    'Declaration
     
    
    Public Property Name As ENThemeColorName
    'Usage
     
    
    Dim instance As NDynamicThemeColor
    Dim value As ENThemeColorName
     
    instance.Name = value
     
    value = instance.Name
    public ENThemeColorName Name {get; set;}
    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