TreeViewTextColor Property |
Gets or sets the color of the text for all nodes.
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public Color TextColor { get; set; }
Public Property TextColor As Color
Get
Set
member TextColor : Color with get, set
Property Value
Type:
ColorThe color of the text.
See Also