RibbonToggleButton.CornerRadius Property

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

Namespace:  Microsoft.Windows.Controls.Ribbon
Assembly:  RibbonControlsLibrary (in RibbonControlsLibrary.dll)

Syntax

'Declaration
Public Property CornerRadius As CornerRadius
public CornerRadius CornerRadius { get; set; }
public:
property CornerRadius CornerRadius {
    CornerRadius get ();
    void set (CornerRadius value);
}
member CornerRadius : CornerRadius with get, set
function get CornerRadius () : CornerRadius
function set CornerRadius (value : CornerRadius)

Property Value

Type: System.Windows.CornerRadius
A value that indicates the amount that the corners of a ribbon button are rounded.

Dependency Property Information

Identifier field

CornerRadiusProperty

Metadata properties set to true

None

.NET Framework Security

See Also

Reference

RibbonToggleButton Class

Microsoft.Windows.Controls.Ribbon Namespace