Gets or sets the portions of the control that are occupied by docked items. This is a dependency property.
Namespace: MindFusion.UI.Wpf
Assembly: MindFusion.UI.Wpf
SyntaxC#
Copy Code
|
|---|
public Thickness PanelOffset { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property PanelOffset As Thickness |
A WPF Thickness object specifying the offset on each side.
See Also