CheckEdit.CheckBoxIndent Property
In This Article
Gets or sets the indent of the checkbox from the label.
Namespace: DevExpress.XamarinForms.Editors
Assembly: DevExpress.XamarinForms.Editors.dll
NuGet Package: DevExpress.XamarinForms.Editors
#Declaration
C#
public double CheckBoxIndent { get; set; }
#Property Value
Type | Description |
---|---|
Double | A value that specifies the indent. |
See Also