Gets or sets a value that represents the degree to which the corners of the element are rounded.
Namespace:
C1.WPFAssembly: C1.WPF (in C1.WPF.dll)
XMLNS for XAML: Not mapped to an xmlns.
Syntax
C# |
---|
public CornerRadius CornerRadius { get; set; } |
Visual Basic |
---|
Public Property CornerRadius As CornerRadius Get Set |
XAML Property Element Usage |
---|
<object> <object.CornerRadius> <CornerRadius .../> </object.CornerRadius> </object> |
XAML Attribute Usage |
---|
<object CornerRadius="CornerRadius" .../> |
Remarks
This is a dependency property.