Class TimeRulerItemBase
Inheritance
System.Object
TimeRulerItemBase
Namespace: Telerik.UI.Xaml.Controls
Assembly: Telerik.WinUI.Controls.dll
Syntax
public abstract class TimeRulerItemBase : ContentControl
Constructors
TimeRulerItemBase()
Declaration
public TimeRulerItemBase()
Fields
OrientationProperty
Declaration
public static readonly DependencyProperty OrientationProperty
Field Value
Microsoft.
|
Properties
Orientation
Declaration
public Orientation Orientation { get; set; }
Property Value
Microsoft.
|
Methods
ChangeVisualState(Boolean)
Declaration
protected virtual void ChangeVisualState(bool useTransitions)
Parameters
System.
|
GoToState(Boolean, String[])
Declaration
protected void GoToState(bool useTransitions, params string[] stateNames)
Parameters
System.
|
System.
|
OnApplyTemplate()
Declaration
protected override void OnApplyTemplate()