Back to Devexpress

DXSeparator.SideMargin Property

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

latest908 B
Original Source

DXSeparator.SideMargin Property

Gets or sets the margin that is displayed along the long side of 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 SideMargin { get; set; }

Property Value

TypeDescription
Size

The margin that is displayed along the long side of DXSeparator.

|

See Also

DXSeparator Class

DXSeparator Members

DevExpress.Maui.Core Namespace