Property CornerRadius
| Improve this Doc View SourceCornerRadius
Gets or sets a value that represents the degree to which the corners of a Border are rounded. This is a dependency property.
Declaration
public CornerRadius CornerRadius { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Windows.CornerRadius | The CornerRadius that describes the degree to which corners are rounded. |