Class GoToStateContainerState
Namespace: Telerik.Windows.Rendering
Assembly: Telerik.Windows.Scheduling.Core.dll
Syntax
public class GoToStateContainerState : ContainerState, IEquatable<GoToStateContainerState>
Constructors
GoToStateContainerState(String, String)
Declaration
public GoToStateContainerState(string activeState, string inactiveState)
Parameters
System.
|
System.
|
Properties
ActiveState
Declaration
public string ActiveState { get; }
Property Value
System.
|
InactiveState
Declaration
public string InactiveState { get; }
Property Value
System.
|
Methods
Apply(UIElement)
Declaration
public override void Apply(UIElement container)
Parameters
System.
|
Overrides
Equals(Object)
Declaration
public override bool Equals(object obj)
Parameters
System.
|
Returns
System.
|
Equals(GoToStateContainerState)
Declaration
public bool Equals(GoToStateContainerState other)
Parameters
Go
|
Returns
System.
|
GetHashCode()
Declaration
public override int GetHashCode()
Returns
System.
|
Unapply(UIElement)
Declaration
public override void Unapply(UIElement container)
Parameters
System.
|