Click or drag to resize

AttachedPropertiesContainerSetParentChildOrientation Methode

WPF-Setter für die ParentChildOrientationProperty.

Namensraum: Vishnu.WPF_UI.DependencyProperties
Assembly: Vishnu.WPF_UI (in Vishnu.WPF_UI.dll) Version: 1.0.0+d75bac576d44afb64cfff79fd3665c8ca1172cbc
Syntax
public static void SetParentChildOrientation(
	DependencyObject obj,
	Orientation value
)

Parameter

obj  DependencyObject
Das besitzende Control.
value  Orientation
Ausrichtung der Kind-Knoten: Horizontal oder Vertical.
Siehe auch