 | OrientedTreeViewModelBaseTreeOrientationState property |
Determines the alignment of the elements in the tree.
Namespace: Vishnu.ViewModelAssembly: Vishnu.ViewModel (in Vishnu.ViewModel.dll) Version: 1.0.0+df0404e911d6c38eaed3bb1bb1acfc482d417643
Syntaxpublic TreeOrientation TreeOrientationState { get; set; }
Public Property TreeOrientationState As TreeOrientation
Get
Set
public:
property TreeOrientation TreeOrientationState {
TreeOrientation get ();
void set (TreeOrientation value);
}
member TreeOrientationState : TreeOrientation with get, set
Property value
TreeOrientation
See also