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