Skip to main content
ON

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

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

Property Value

Type Description
Size

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

See Also