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


In This Topic
    TextColor1 Property
    In This Topic
    Gets or sets the text color1.
    Syntax
    'Declaration
     
    Public Property TextColor1 As Color
    'Usage
     
    Dim instance As ThemeColor
    Dim value As Color
     
    instance.TextColor1 = value
     
    value = instance.TextColor1
    public Color TextColor1 {get; set;}

    Property Value

    The text color1.
    See Also