 | AttachedPropertiesContainerSetParentChildOrientation method |
WPF setter for the ParentChildOrientationProperty.
Namespace: Vishnu.WPF_UI.DependencyPropertiesAssembly: Vishnu.WPF_UI (in Vishnu.WPF_UI.dll) Version: 1.0.0+df0404e911d6c38eaed3bb1bb1acfc482d417643
Syntaxpublic static void SetParentChildOrientation(
DependencyObject obj,
Orientation value
)
Public Shared Sub SetParentChildOrientation (
obj As DependencyObject,
value As Orientation
)
public:
static void SetParentChildOrientation(
DependencyObject^ obj,
Orientation value
)
static member SetParentChildOrientation :
obj : DependencyObject *
value : Orientation -> unit Parameters
- obj DependencyObject
- The owning control.
- value Orientation
- Alignment of the child nodes: Horizontal or Vertical.
See also