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


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

    Property Value

    The text color2.
    See Also