ToolbarContentItemBase.BorderThickness Property
Gets or sets a ToolbarContentItemBase descendant’s border thickness. This is a bindable property.
Namespace: DevExpress.Maui.Controls
Assembly: DevExpress.Maui.Controls.dll
NuGet Package: DevExpress.Maui.Controls
Declaration
public Thickness BorderThickness { get; set; }
Property Value
Type | Description |
---|---|
Thickness | A ToolbarContentItemBase descendant’s border thickness. |
See Also