ClassTimeRulerItemBase
Definition
Namespace:Telerik.Windows.Controls
Assembly:Telerik.Windows.Controls.ScheduleView.dll
Syntax:
public abstract class TimeRulerItemBase : ContentControl
Inheritance: objectTimeRulerItemBase
Derived Classes:
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
DependencyProperty
Properties
Orientation
Gets or set the Orientation property.
Declaration
public Orientation Orientation { get; set; }
Property Value
Orientation
Methods
ChangeVisualState(bool)
Updates the VisualStates.
Declaration
protected virtual void ChangeVisualState(bool useTransitions)
Parameters
useTransitions
True to use a VisualTransition to transition between states; otherwise, false.
GoToState(bool, params string[])
Transition the control between two visual states.
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()