DevZest WPF Docking
DockTreeZOrderConverter Class |
Converts instances of String type to and from DockTreeZOrder instances.
Inheritance Hierarchy
Namespace: DevZest.Windows.Docking
Assembly: DevZest.WpfDocking (in DevZest.WpfDocking.dll) Version: 2.5.0.0 (2.5.5912.0)
Syntax
The DockTreeZOrderConverter type exposes the following members.
Constructors
Name | Description | |
---|---|---|
DockTreeZOrderConverter | Initializes a new instance of the DockTreeZOrderConverter class |
Remarks
DockTreeZOrderConverter converts DockTreeZOrder instances to and from comma delimited string,
such as "Left, Top, Right, Bottom".
See Also