Class TimeIndicatorItem
Represents control that indicates a time in RadScheduleView control.
Inheritance
Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.ScheduleView.dll
Syntax
public class TimeIndicatorItem : Control
Constructors
TimeIndicatorItem()
Declaration
public TimeIndicatorItem()
Fields
AllowCustomSizeProperty
Identifies the AllowCustomSize dependency property.
Declaration
public static readonly DependencyProperty AllowCustomSizeProperty
Field Value
System.Windows.DependencyProperty
|
OrientationProperty
Identifies the Orientation dependency property.
Declaration
public static readonly DependencyProperty OrientationProperty
Field Value
System.Windows.DependencyProperty
|
Properties
AllowCustomSize
Determines whether custom size is allowed. This is a dependency property.
Declaration
public bool AllowCustomSize { get; set; }
Property Value
System.Boolean
|
Orientation
Defines the orientation of the control. This is a dependency property.
Declaration
public Orientation Orientation { get; set; }
Property Value
System.Windows.Controls.Orientation
|
Methods
ChangeVisualState(Boolean)
Change the visual state of the control depending on the Orientation.
Declaration
protected virtual void ChangeVisualState(bool useTransitions)
Parameters
System.Boolean
useTransitions
Indicates whether System.Windows.VisualStateManager should use transitions or not. |
GoToState(Boolean, String[])
Applies the visual state using System.Windows.VisualStateManager.
Declaration
protected void GoToState(bool useTransitions, params string[] stateNames)
Parameters
System.Boolean
useTransitions
Indicates whether System.Windows.VisualStateManager should use transitions or not. |
System.String[]
stateNames
|
OnApplyTemplate()
Declaration
public override void OnApplyTemplate()