Class ScheduleTimelineTimeSlotItemsControl
Represents an items control for arranging items in time slot of timeline view.
Inheritance
System.Object
ScheduleTimelineTimeSlotItemsControl
Namespace: Syncfusion.UI.Xaml.Schedule
Assembly: Syncfusion.SfSchedule.UWP.dll
Syntax
public class ScheduleTimelineTimeSlotItemsControl : ItemsControl
Constructors
ScheduleTimelineTimeSlotItemsControl()
Initializes a new instance of the ScheduleTimelineTimeSlotItemsControl class.
Declaration
public ScheduleTimelineTimeSlotItemsControl()
Fields
DefaultIntervalWidth
Declaration
public const double DefaultIntervalWidth = 24
Field Value
Type |
---|
System.Double |
MajorTickStrokeProperty
Using a DependencyProperty as the backing store for MajorTickStroke. This enables animation, styling, binding, etc...
Declaration
public static readonly DependencyProperty MajorTickStrokeProperty
Field Value
Type |
---|
Windows.UI.Xaml.DependencyProperty |
Properties
MajorTickStroke
Gets the stroke color for major ticks that represent hour in time slot.
Declaration
public Brush MajorTickStroke { get; }
Property Value
Type |
---|
Windows.UI.Xaml.Media.Brush |
Methods
MeasureOverride(Size)
Declaration
protected override Size MeasureOverride(Size availableSize)
Parameters
Type | Name | Description |
---|---|---|
Windows.Foundation.Size | availableSize |
Returns
Type |
---|
Windows.Foundation.Size |