DXViewBase.BorderThickness Property
Gets or sets the border thickness of a DXViewBase descendant. This is a bindable property.
Namespace: DevExpress.Maui.Core
Assembly: DevExpress.Maui.Core.dll
NuGet Package: DevExpress.Maui.Core
Declaration
public Thickness BorderThickness { get; set; }
Property Value
Type | Description |
---|---|
Thickness | The border thickness. |
See Also