Class ScheduleHorizontalTimeLineHourControl
Specifies the control for horizontal time line hour in the schedule timeline view.
Inheritance
System.Object
ScheduleHorizontalTimeLineHourControl
Namespace: Syncfusion.UI.Xaml.Schedule
Assembly: Syncfusion.SfSchedule.UWP.dll
Syntax
public class ScheduleHorizontalTimeLineHourControl : Control
Constructors
ScheduleHorizontalTimeLineHourControl()
Declaration
public ScheduleHorizontalTimeLineHourControl()
Fields
ChildTickLabelsProperty
Declaration
public static readonly DependencyProperty ChildTickLabelsProperty
Field Value
Type |
---|
Windows.UI.Xaml.DependencyProperty |
HourProperty
The identifier for the
Declaration
public static readonly DependencyProperty HourProperty
Field Value
Type |
---|
Windows.UI.Xaml.DependencyProperty |
HourStrokeProperty
The identifier for the
Declaration
public static readonly DependencyProperty HourStrokeProperty
Field Value
Type |
---|
Windows.UI.Xaml.DependencyProperty |
IsAmPmTimeModeProperty
The identifier for the
Declaration
public static readonly DependencyProperty IsAmPmTimeModeProperty
Field Value
Type |
---|
Windows.UI.Xaml.DependencyProperty |
LinesStrokeProperty
The identifier for the
Declaration
public static readonly DependencyProperty LinesStrokeProperty
Field Value
Type |
---|
Windows.UI.Xaml.DependencyProperty |
MaxValue
Maximum value of Hour property.
Declaration
public const int MaxValue = 23
Field Value
Type |
---|
System.Int32 |
MinValue
Minimum value of Hour property.
Declaration
public const int MinValue = 0
Field Value
Type |
---|
System.Int32 |
TimeIntervalProperty
The identifier for the
Declaration
public static readonly DependencyProperty TimeIntervalProperty
Field Value
Type |
---|
Windows.UI.Xaml.DependencyProperty |
TimelineVisibilityProperty
Gets / Sets the ScheduleTimelineVisibility.
Declaration
public static readonly DependencyProperty TimelineVisibilityProperty
Field Value
Type |
---|
Windows.UI.Xaml.DependencyProperty |
Properties
ChildTickLabels
Declaration
public ObservableCollection<CustomTextBlock> ChildTickLabels { get; }
Property Value
Type |
---|
System.Collections.ObjectModel.ObservableCollection<CustomTextBlock> |
Hour
Gets or sets the hour of day.
Declaration
public int Hour { get; set; }
Property Value
Type |
---|
System.Int32 |
HourStroke
Gets or sets the Hour' stroke.
Declaration
public Brush HourStroke { get; set; }
Property Value
Type | Description |
---|---|
Windows.UI.Xaml.Media.Brush | The Hour stroke. |
IsAmPmTimeMode
Gets or sets a value indicating whether hour is showed in 24 hours or AM/PM time format.
Declaration
public bool IsAmPmTimeMode { get; set; }
Property Value
Type |
---|
System.Boolean |
LinesStroke
Gets or sets the lines' stroke.
Declaration
public Brush LinesStroke { get; set; }
Property Value
Type | Description |
---|---|
Windows.UI.Xaml.Media.Brush | The lines stroke. |
TimeInterval
Gets or sets TimeInterval.
Declaration
public TimeInterval TimeInterval { get; set; }
Property Value
Type |
---|
TimeInterval |
TimelineVisibility
Declaration
public Visibility TimelineVisibility { get; set; }
Property Value
Type |
---|
Windows.UI.Xaml.Visibility |
Methods
OnApplyTemplate()
Declaration
protected override void OnApplyTemplate()