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