Class TimeRulerItemBase
Inheritance
Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.ScheduleView.dll
Syntax
public abstract class TimeRulerItemBase : ContentControl
Constructors
TimeRulerItemBase()
Initializes a new instance of the TimeRulerItemBase class.
Declaration
public TimeRulerItemBase()
Fields
OrientationProperty
Identifies the Orientation dependency property.
Declaration
public static readonly DependencyProperty OrientationProperty
Field Value
System.Windows.DependencyProperty
|
Properties
Orientation
Gets or set the Orientation property.
Declaration
public Orientation Orientation { get; set; }
Property Value
System.Windows.Controls.Orientation
|
Methods
ChangeVisualState(Boolean)
Updates the VisualStates.
Declaration
protected virtual void ChangeVisualState(bool useTransitions)
Parameters
System.Boolean
useTransitions
True to use a VisualTransition to transition between states; otherwise, false. |
GoToState(Boolean, String[])
Transition the control between two visual states.
Declaration
protected void GoToState(bool useTransitions, params string[] stateNames)
Parameters
System.Boolean
useTransitions
True to use a VisualTransition to transition between states; otherwise, false. |
System.String[]
stateNames
The states to transition to. |
OnApplyTemplate()
When overridden in a derived class, is invoked whenever application code or internal processes (such as a rebuilding layout pass) call System.Windows.Controls.Control.ApplyTemplate(). In simplest terms, this means the method is called just before a UI element displays in an application.
Declaration
public override void OnApplyTemplate()