CheckEditActualAppearance.CheckBoxIntent Property
Gets the indent value that is applied to the CheckEdit. To specify this value, use the CheckBoxColor property.
Namespace: DevExpress.Maui.Editors
Assembly: DevExpress.Maui.Editors.dll
NuGet Package: DevExpress.Maui.Editors
Declaration
public double CheckBoxIntent { get; }
Property Value
Type | Description |
---|---|
Double | The checkbox’s indent. |
See Also