FormItemBaseActualAppearance.SeparatorThickness Property
Gets the separator thickness value that is applied to the FormItemBase descendant. To specify this value, use the SeparatorThickness property.
Namespace: DevExpress.Maui.Editors
Assembly: DevExpress.Maui.Editors.dll
NuGet Package: DevExpress.Maui.Editors
Declaration
public double SeparatorThickness { get; }
Property Value
| Type | Description |
|---|---|
| Double | The separator thickness. |
See Also