Click or drag to resize

CheckBoxListTextColor Property

Gets or sets the color of the radio button text.

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public Color TextColor { get; set; }

Property Value

Type: Color
The color of the radio button text.
See Also