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


In This Topic
    Name Property (Theme)
    In This Topic
    Gets the name of this Theme.
    Syntax
    'Declaration
     
    Public ReadOnly Property Name As String
    'Usage
     
    Dim instance As Theme
    Dim value As String
     
    value = instance.Name
    public string Name {get;}
    See Also