RibbonRadioButton.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 |
|
Metadata properties set to true |
None |
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.