EditBaseActualAppearance.CornerRadius Property
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
public CornerRadius CornerRadius { get; }
Property Value
Type | Description |
---|---|
CornerRadius | The corder radius. |
See Also