Gets or sets the thickness of the item's header border. This is a dependency property.
Namespace: MindFusion.UI.Wpf
Assembly: MindFusion.UI.Wpf
SyntaxC#
Copy Code
|
|---|
public Thickness HeaderBorderThickness { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property HeaderBorderThickness As Thickness |
A WPF Thickness object.
See Also