MindFusion.Wpf Pack Programmer's Guide
DockControl.PanelOffset Property
See Also
 





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

 Syntax

C#  Copy Code

public Thickness PanelOffset { get; set; }

Visual Basic  Copy Code

Public Property PanelOffset As Thickness

 Property Value

A WPF Thickness object specifying the offset on each side.

 See Also

DockControl Members
DockControl Class
MindFusion.UI.Wpf Namespace