'DeclarationPublic Shared Function GetLayoutMode( _ ByVal obj As DependencyObject _ ) As ContainerLayoutMode
'UsageDim obj As DependencyObject Dim value As ContainerLayoutMode value = ListBoxContainer.GetLayoutMode(obj)
public static ContainerLayoutMode GetLayoutMode( DependencyObject obj )
Parameters
- obj
- A ContainerLayoutMode value.