TabItemActualAppearance.CornerRadius Property
In This Article
Gets the corner radius value that is applied to the TabItem. To specify this value, use the CornerRadius property.
Namespace: DevExpress.Maui.Controls
Assembly: DevExpress.Maui.Controls.dll
NuGet Package: DevExpress.Maui.Controls
#Declaration
C#
public double CornerRadius { get; }
#Property Value
Type | Description |
---|---|
Double | The corner radius. |
See Also