Class VirtualizingTimeBarPanel
Inheritance
System.Object
VirtualizingTimeBarPanel
Namespace: Telerik.UI.Xaml.Controls.DataVisualization
Assembly: Telerik.WinUI.Controls.dll
Syntax
public class VirtualizingTimeBarPanel : Panel
Constructors
VirtualizingTimeBarPanel()
Declaration
public VirtualizingTimeBarPanel()
Fields
SliderProperty
Declaration
public static readonly DependencyProperty SliderProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Properties
InternalChildren
Declaration
protected UIElementCollection InternalChildren { get; }
Property Value
|
Microsoft.UI.Xaml.Controls.UIElementCollection
|
PeriodEnd
Declaration
public DateTime PeriodEnd { get; set; }
Property Value
|
System.DateTime
|
PeriodStart
Declaration
public DateTime PeriodStart { get; set; }
Property Value
|
System.DateTime
|
Slider
VisiblePeriodEnd
Declaration
public DateTime VisiblePeriodEnd { get; set; }
Property Value
|
System.DateTime
|
VisiblePeriodStart
Declaration
public DateTime VisiblePeriodStart { get; set; }
Property Value
|
System.DateTime
|
Methods
ArrangeOverride(Size)
Declaration
protected override Size ArrangeOverride(Size finalSize)
Parameters
|
Windows.Foundation.Size
finalSize
|
Returns
|
Windows.Foundation.Size
|
MeasureOverride(Size)
Declaration
protected override Size MeasureOverride(Size availableSize)
Parameters
|
Windows.Foundation.Size
availableSize
|
Returns
|
Windows.Foundation.Size
|
OnChildrenChanged()
Declaration
protected virtual void OnChildrenChanged()
OnPixelsPerTickChanged(Double, Double)
Declaration
protected virtual void OnPixelsPerTickChanged(double oldValue, double newValue)
Parameters
|
System.Double
oldValue
|
|
System.Double
newValue
|