Skip to main content

ToolbarSeparator.CapMargin Property

Gets or sets the margin near the short side of the 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 CapMargin { get; set; }

Property Value

Type Description
Size

The margin near the short side of the ToolbarSeparator.

See Also