Class TemplateVisualStateAttribute
Define an expected VisualState in the contract between a Control and its ControlTemplate for use with the VisualStateManager.
Inheritance
System.Object
TemplateVisualStateAttribute
Namespace: Syncfusion.Windows
Assembly: Syncfusion.Shared.WPF.dll
Syntax
public sealed class TemplateVisualStateAttribute : Attribute
Constructors
TemplateVisualStateAttribute()
Declaration
public TemplateVisualStateAttribute()
Properties
GroupName
Name of the VisualStateGroup containing this state.
Declaration
public string GroupName { get; set; }
Property Value
Type |
---|
System.String |
Name
Name of the VisualState.
Declaration
public string Name { get; set; }
Property Value
Type |
---|
System.String |