Click or drag to resize
VisualStateManagerSetVisualStateGroups Method
Sets the value of the Grid.Column XAML attached property on the specified FrameworkElement.

Namespace: Windows.UI.Xaml
Assembly: CSharpXamlForHtml5 (in CSharpXamlForHtml5.dll) Version: 1.0.0.0
Syntax
C#
public static void SetVisualStateGroups(
	DependencyObject obj,
	IList value
)

Parameters

obj
Type: Windows.UI.XamlDependencyObject

[Missing <param name="obj"/> documentation for "M:Windows.UI.Xaml.VisualStateManager.SetVisualStateGroups(Windows.UI.Xaml.DependencyObject,System.Collections.IList)"]

value
Type: System.CollectionsIList
The property value to set.
See Also