RibbonButton.CornerRadius Property

Definition

Gets or sets a value that indicates the amount that the corners of a ribbon button are rounded.

public:
 property System::Windows::CornerRadius CornerRadius { System::Windows::CornerRadius get(); void set(System::Windows::CornerRadius value); };
public System.Windows.CornerRadius CornerRadius { get; set; }
member this.CornerRadius : System.Windows.CornerRadius with get, set
Public Property CornerRadius As CornerRadius

Property Value

A value that indicates the amount that the corners of a ribbon button are rounded.

Remarks

Dependency Property Information

Identifier field CornerRadiusProperty
Metadata properties set to true None

Applies to