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