New to Telerik UI for WPFStart a free 30-day trial

Represents control that indicates a time in RadScheduleView control.

Definition

Namespace:Telerik.Windows.Controls

Assembly:Telerik.Windows.Controls.ScheduleView.dll

Syntax:

C#
public class TimeIndicatorItem : Control

Inheritance: objectTimeIndicatorItem

Derived Classes: CurrentTimeIndicator

Constructors

C#
public TimeIndicatorItem()

Fields

AllowCustomSizeProperty

DependencyProperty

Identifies the AllowCustomSize dependency property.

C#
public static readonly DependencyProperty AllowCustomSizeProperty

OrientationProperty

DependencyProperty

Identifies the Orientation dependency property.

C#
public static readonly DependencyProperty OrientationProperty

Properties

Determines whether custom size is allowed. This is a dependency property.

C#
public bool AllowCustomSize { get; set; }

Orientation

Orientation

Defines the orientation of the control. This is a dependency property.

C#
public Orientation Orientation { get; set; }

Methods

Change the visual state of the control depending on the Orientation.

C#
protected virtual void ChangeVisualState(bool useTransitions)
Parameters:useTransitionsbool

Indicates whether should use transitions or not.

Applies the visual state using .

C#
protected void GoToState(bool useTransitions, params string[] stateNames)
Parameters:useTransitionsbool

Indicates whether should use transitions or not.

stateNamesstring[]
C#
public override void OnApplyTemplate()