 | AttachedPropertiesContainerGetParentChildOrientation method |
WPF getter for the ParentChildOrientationProperty.
Namespace: Vishnu.WPF_UI.DependencyPropertiesAssembly: Vishnu.WPF_UI (in Vishnu.WPF_UI.dll) Version: 1.0.0+df0404e911d6c38eaed3bb1bb1acfc482d417643
Syntaxpublic static Orientation GetParentChildOrientation(
DependencyObject obj
)
Public Shared Function GetParentChildOrientation (
obj As DependencyObject
) As Orientation
public:
static Orientation GetParentChildOrientation(
DependencyObject^ obj
)
static member GetParentChildOrientation :
obj : DependencyObject -> Orientation Parameters
- obj DependencyObject
- The owning control.
Return value
OrientationAlignment of the child nodes: Horizontal or Vertical.
See also