Gets or sets the margin of the texts displayed in the grid header. This is a dependency property.
Namespace: MindFusion.DataViews.Wpf
Assembly: MindFusion.DataViews.Wpf
SyntaxC#
Copy Code
|
|---|
public Thickness HeaderMargin { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property HeaderMargin As Thickness |
A Thickness object.
See Also