DockItemReference Class

DevZest WPF Docking

DockItemReference Class
Represents a reference of DockItem instance.
Inheritance Hierarchy
SystemObject  DevZest.Windows.DockingDockItemReference

Namespace: DevZest.Windows.Docking
Assembly: DevZest.WpfDocking (in DevZest.WpfDocking.dll) Version: 2.5.0.0 (2.5.5912.0)
Syntax
[ContentPropertyAttribute("Target")]
public sealed class DockItemReference
<ContentPropertyAttribute("Target")>
Public NotInheritable Class DockItemReference

The DockItemReference type exposes the following members.

Constructors
  NameDescription
Public methodDockItemReference
Initializes a new instance of the DockItemReference class
Top
Properties
  NameDescription
Public propertyAutoHideSize
Gets or sets the size of DockItem when in auto hide mode. This is a dependency property.
Public propertyTarget
Gets or sets the target DockItem.
Top
See Also