alexa
menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download

    Show / Hide Table of Contents

    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
    Back to top Generated by DocFX
    Copyright © 2001 - 2026 Syncfusion Inc. All Rights Reserved