menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class VisualState - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class VisualState

    A visual state that can be transitioned into.

    Inheritance
    System.Object
    VisualState
    Namespace: Syncfusion.Windows
    Assembly: Syncfusion.Shared.WPF.dll
    Syntax
    public class VisualState : DependencyObject

    Constructors

    VisualState()

    Declaration
    public VisualState()

    Properties

    Name

    The name of the VisualState.

    Declaration
    public string Name { get; set; }
    Property Value
    Type
    System.String

    Storyboard

    Storyboard defining the values of properties in this visual state.

    Declaration
    public Storyboard Storyboard { get; set; }
    Property Value
    Type
    System.Windows.Media.Animation.Storyboard
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved