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