Gets or sets the radius of the corners of the inner section of the grid. This is a dependency property.
Namespace: MindFusion.UI.Wpf
Assembly: MindFusion.Common.Wpf
SyntaxC#
Copy Code
|
|---|
public CornerRadius SectionCornerRadius { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property SectionCornerRadius As CornerRadius |
An instance of the CornerRadius structure.
See Also