Class Timescale
The timescale.
Inheritance
System.Object
Timescale
Namespace: Syncfusion.UI.Xaml.Gantt
Assembly: Syncfusion.SfGantt.UWP.dll
Syntax
public class Timescale : Control
Constructors
Timescale()
Initializes a new instance of the Timescale class.
Declaration
public Timescale()
Fields
EndDateProperty
The end date property.
Declaration
public static readonly DependencyProperty EndDateProperty
Field Value
Type |
---|
Windows.UI.Xaml.DependencyProperty |
StartDateProperty
The start date property.
Declaration
public static readonly DependencyProperty StartDateProperty
Field Value
Type |
---|
Windows.UI.Xaml.DependencyProperty |
TimescaleSettingsProperty
The timescale settings property.
Declaration
public static readonly DependencyProperty TimescaleSettingsProperty
Field Value
Type |
---|
Windows.UI.Xaml.DependencyProperty |
Properties
EndDate
Gets or sets the timescale end date.
Declaration
public DateTime EndDate { get; set; }
Property Value
Type |
---|
System.DateTime |
StartDate
Gets or sets the timescale start date.
Declaration
public DateTime StartDate { get; set; }
Property Value
Type |
---|
System.DateTime |
TimescaleSettings
Gets or sets the timescale settings that holds all Timescale properties.
Declaration
public TimescaleSettings TimescaleSettings { get; set; }
Property Value
Type |
---|
TimescaleSettings |
Methods
OnApplyTemplate()
The on apply template.
Declaration
protected override void OnApplyTemplate()