Back to Devexpress

ToolbarSeparator.SideMargin Property

maui-devexpress-dot-maui-dot-controls-dot-toolbarseparator-48cfb9bc.md

latest979 B
Original Source

ToolbarSeparator.SideMargin Property

Gets or sets the margin that is displayed along the long side of ToolbarSeparator. This is a bindable property.

Namespace : DevExpress.Maui.Controls

Assembly : DevExpress.Maui.Controls.dll

NuGet Package : DevExpress.Maui.Controls

Declaration

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

Property Value

TypeDescription
Size

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

|

See Also

ToolbarSeparator Class

ToolbarSeparator Members

DevExpress.Maui.Controls Namespace