Back to Devexpress

DXSeparator.CapMargin Property

maui-devexpress-dot-maui-dot-core-dot-dxseparator.md

latest878 B
Original Source

DXSeparator.CapMargin Property

Gets or sets the margin near the short side of the DXSeparator. This is a bindable property.

Namespace : DevExpress.Maui.Core

Assembly : DevExpress.Maui.Core.dll

NuGet Package : DevExpress.Maui.Core

Declaration

csharp
[TypeConverter(typeof(SizeWithSingleValueTypeConverter))]
public Size CapMargin { get; set; }

Property Value

TypeDescription
Size

The margin near the short side of the DXSeparator.

|

See Also

DXSeparator Class

DXSeparator Members

DevExpress.Maui.Core Namespace