Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / ThemeColor Class / Name Property


In This Topic
    Name Property (ThemeColor)
    In This Topic
    Gets or sets the name of the theme color.
    Syntax
    'Declaration
     
    Public Property Name As String
    'Usage
     
    Dim instance As ThemeColor
    Dim value As String
     
    instance.Name = value
     
    value = instance.Name
    public string Name {get; set;}

    Property Value

    The name.
    See Also