SimpleButton.IconIndent Property
Specifies a distance between the button icon and caption.
Namespace: DevExpress.XamarinForms.Editors
Assembly: DevExpress.XamarinForms.Editors.dll
NuGet Package: DevExpress.XamarinForms.Editors
Declaration
public double IconIndent { get; set; }
Property Value
Type | Description |
---|---|
Double | The icon indent. |
See Also