Class ContainerState
Inheritance
System.Object
ContainerState
Namespace: Telerik.Windows.Rendering
Assembly: Telerik.Windows.Scheduling.Core.dll
Syntax
public abstract class ContainerState : Object
Constructors
ContainerState()
Declaration
protected ContainerState()
Methods
Apply(UIElement)
Declaration
public abstract void Apply(UIElement container)
Parameters
System.Windows.UIElement
container
|
Unapply(UIElement)
Declaration
public abstract void Unapply(UIElement container)
Parameters
System.Windows.UIElement
container
|