VisualStateManager.SetCustomVisualStateManager method

This topic has not yet been rated - Rate this topic

Sets the value of the VisualStateManager.CustomVisualStateManager attached property.

Syntax


public static void SetCustomVisualStateManager(
  FrameworkElement obj, 
  VisualStateManager value
)

Parameters

obj

Type: FrameworkElement

The target element where the property is set.

value

Type: VisualStateManager

The VisualStateManager that transitions between the states of a control.

Remarks

This API provides attached property support for XAML usages, and doesn't need to be changed in a custom VisualStateManager scenario.

Requirements

Minimum supported client

Windows 8

Minimum supported server

Windows Server 2012

Namespace

Windows.UI.Xaml
Windows::UI::Xaml [C++]

Metadata

Windows.winmd

See also

VisualStateManager

 

 

Build date: 1/31/2013

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.