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


In This Topic
    ThemeColor Property
    In This Topic
    Gets the theme color name of the border.
    Syntax
    'Declaration
     
    Public ReadOnly Property ThemeColor As String
    'Usage
     
    Dim instance As BorderLine
    Dim value As String
     
    value = instance.ThemeColor
    public string ThemeColor {get;}

    Property Value

    The color of the theme.
    See Also