DXSeparator.Thickness Property
In This Article
Gets or sets the DXSeparator thickness. This is a bindable property.
Namespace: DevExpress.Maui.Core
Assembly: DevExpress.Maui.Core.dll
NuGet Package: DevExpress.Maui.Core
#Declaration
C#
public double Thickness { get; set; }
#Property Value
Type | Description |
---|---|
Double | The DXSeparator thickness. |
See Also