Gets or sets a value that represents the degree to which the corners of a control are rounded.
Namespace: MindFusion.UI.Wpf
Assembly: MindFusion.Common.Wpf
SyntaxC#
Copy Code
|
|---|
public double CornerRadius { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property CornerRadius As Double |
A double value specifying the radius of corner arcs.
See Also