Gets or sets the radius of the corners of this presenter. This is a dependency property.
Namespace: MindFusion.DataViews.Wpf
Assembly: MindFusion.DataViews.Wpf
SyntaxC#
Copy Code
|
|---|
public double CornerRadius { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property CornerRadius As Double |
A double value specifying the roundness.
See Also