TemplateVisualStateAttribute 类

定义

指定控件可以处于特定状态,并且应在控件的 ControlTemplate 中使用 VisualState

public ref class TemplateVisualStateAttribute sealed : Attribute
[Windows.Foundation.Metadata.AllowMultiple]
[Windows.Foundation.Metadata.AttributeUsage(System.AttributeTargets.RuntimeClass)]
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.UI.Xaml.WinUIContract), 65536)]
public sealed class TemplateVisualStateAttribute : Attribute
Public NotInheritable Class TemplateVisualStateAttribute
Inherits Attribute
继承
TemplateVisualStateAttribute
属性

构造函数

TemplateVisualStateAttribute()

初始化 TemplateVisualStateAttribute 类的新实例。

字段

GroupName

指定控件可以处于特定状态,并且应在控件的 ControlTemplate 中使用 VisualState

Name

指定控件可以处于特定状态,并且应在控件的 ControlTemplate 中使用 VisualState

适用于

另请参阅