MindFusion.Silverlight Package 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.Silverlight
Assembly: MindFusion.UI.Silverlight

 Syntax

C#  Copy Code

public Thickness PanelOffset { get; set; }

Visual Basic  Copy Code

Public Property PanelOffset As Thickness

 Property Value

A Silverlight Thickness object specifying the offset on each side.

 See Also

DockControl Members
DockControl Class
MindFusion.UI.Silverlight Namespace