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.String
activeState
|
System.String
inactiveState
|
Properties
ActiveState
Declaration
public string ActiveState { get; }
Property Value
System.String
|
InactiveState
Declaration
public string InactiveState { get; }
Property Value
System.String
|
Methods
Apply(UIElement)
Declaration
public override void Apply(UIElement container)
Parameters
System.Windows.UIElement
container
|
Overrides
Equals(Object)
Declaration
public override bool Equals(object obj)
Parameters
System.Object
obj
|
Returns
System.Boolean
|
Equals(GoToStateContainerState)
Declaration
public bool Equals(GoToStateContainerState other)
Parameters
GoToStateContainerState
other
|
Returns
System.Boolean
|
GetHashCode()
Declaration
public override int GetHashCode()
Returns
System.Int32
|
Unapply(UIElement)
Declaration
public override void Unapply(UIElement container)
Parameters
System.Windows.UIElement
container
|