Class VisualState
Represents the visual appearance of the control when it is in a specific state.
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: System.Windows
Assembly: OpenSilver.dll
Syntax
public sealed class VisualState : DependencyObject
Constructors
| Improve this Doc View SourceVisualState()
Initializes a new instance of the VisualState class.
Declaration
public VisualState()
Properties
| Improve this Doc View SourceName
Gets the name of the VisualState.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Storyboard
Gets or sets a Storyboard that defines the appearance of the control when it is the state that is represented by the VisualState.
Declaration
public Storyboard Storyboard { get; set; }
Property Value
Type | Description |
---|---|
Storyboard |