Spread WPF 18
GrapeCity.Core Namespace / ThemeColorScheme Class / Name Property


In This Topic
    Name Property (ThemeColorScheme)
    In This Topic
    The common name for this color scheme.
    Syntax
    'Declaration
     
    Public Property Name As String
    'Usage
     
    Dim instance As ThemeColorScheme
    Dim value As String
     
    instance.Name = value
     
    value = instance.Name
    public string Name {get; set;}
    See Also