1
// -------------------------------------------------------------------
2 // Copyright (c) Microsoft Corporation. All Rights Reserved.
3 // -------------------------------------------------------------------
7 namespace System
.Windows
10 /// Define an expected VisualState in the contract between a Control and its
11 /// ControlTemplate for use with the VisualStateManager.
13 [AttributeUsage(AttributeTargets
.Class
, AllowMultiple
= true)]
14 public sealed class TemplateVisualStateAttribute
: Attribute
17 /// Name of the VisualState.
26 /// Name of the VisualStateGroup containing this state.
28 public string GroupName