TemplateVisualStateAttribute attribute

This topic has not yet been rated - Rate this topic

Specifies that a control can be in a certain state and that a VisualState is expected in the control's ControlTemplate.

Inheritance

Object
  Attribute
    TemplateVisualStateAttribute

Syntax


public sealed class TemplateVisualStateAttribute : Attribute

Attributes

AllowMultipleAttribute()
AttributeUsageAttribute(512)
VersionAttribute(NTDDI_WIN8)
WebHostHiddenAttribute()

Members

The TemplateVisualStateAttribute attribute has these types of members:

Constructors

The TemplateVisualStateAttribute attribute has these constructors.

ConstructorDescription
TemplateVisualStateAttribute Initializes a new instance of the TemplateVisualStateAttribute class.

 

Fields

The TemplateVisualStateAttribute attribute has these fields.

FieldData typeDescription
GroupName

System.String [.NET] | Platform::String [C++]

Gets or sets the name of the group that the state belongs to.

Name

System.String [.NET] | Platform::String [C++]

Gets or sets the name of the state that the control can be in.

 

Methods

The TemplateVisualStateAttribute attribute inherits methods from the Object class.

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

Attribute

 

 

Build date: 1/31/2013

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