 | LogicalNodeViewModelChildOrientation property |
Defines whether the child elements of this node
should be arranged horizontally or vertically.
Namespace: Vishnu.ViewModelAssembly: Vishnu.ViewModel (in Vishnu.ViewModel.dll) Version: 1.0.0+df0404e911d6c38eaed3bb1bb1acfc482d417643
Syntaxpublic Orientation ChildOrientation { get; set; }
Public Property ChildOrientation As Orientation
Get
Set
public:
virtual property Orientation ChildOrientation {
Orientation get () sealed;
void set (Orientation value) sealed;
}
abstract ChildOrientation : Orientation with get, set
override ChildOrientation : Orientation with get, set
Property value
OrientationImplemented
IExpandableNodeChildOrientation
See also