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
[TypeConverter(typeof(SizeWithSingleValueTypeConverter))]
public Size SideMargin { get; set; }
Property Value
Type | Description |
---|---|
Size | The margin that is displayed along the long side of ToolbarSeparator. |
See Also