ICornerElement.CornerRadius Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.