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