Share via


ICornerElement.CornerRadius Property

Definition

Gets the radius for the corners of the element.

public:
 property Microsoft::Maui::CornerRadius CornerRadius { Microsoft::Maui::CornerRadius get(); };
public Microsoft.Maui.CornerRadius CornerRadius { get; }
member this.CornerRadius : Microsoft.Maui.CornerRadius
Public ReadOnly Property CornerRadius As CornerRadius

Property Value

A CornerRadius value that specifies the radius for each corner of the element. The default value depends on the implementing control.

Remarks

Implementors should implement this property publicly. When specifying corner radii, the order of values is top left, top right, bottom left, and bottom right.

Applies to