 | LogicalNodeViewModelStartTreeOrientation property |
Alignment of the tree when starting the application.
AlternatingHorizontal: Alternating structure, starting horizontally (default).
Vertical: Vertical structure.
Horizontal: Horizontal structure.
AlternatingVertical: Alternating structure, starting vertically.
Namespace: Vishnu.ViewModelAssembly: Vishnu.ViewModel (in Vishnu.ViewModel.dll) Version: 1.0.0+df0404e911d6c38eaed3bb1bb1acfc482d417643
Syntaxpublic TreeOrientation StartTreeOrientation { get; set; }
Public Property StartTreeOrientation As TreeOrientation
Get
Set
public:
property TreeOrientation StartTreeOrientation {
TreeOrientation get ();
void set (TreeOrientation value);
}
member StartTreeOrientation : TreeOrientation with get, set
Property value
TreeOrientation
See also