CheckEdit.LabelColor Property
Gets or sets the color of the label.
Namespace: DevExpress.XamarinForms.Editors
Assembly: DevExpress.XamarinForms.Editors.dll
NuGet Package: DevExpress.XamarinForms.Editors
Declaration
public Color LabelColor { get; set; }
Property Value
Type | Description |
---|---|
Color | A value that specifies the color. |
See Also