Class HighlightPanel
Inheritance
System.Object
HighlightPanel
Namespace: Telerik.UI.Xaml.Controls
Assembly: Telerik.WinUI.Controls.dll
Syntax
public class HighlightPanel : Panel
Constructors
HighlightPanel()
Declaration
public HighlightPanel()
Fields
AppointmentsPanelLengthProperty
Declaration
public static readonly DependencyProperty AppointmentsPanelLengthProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
OrientationProperty
Declaration
public static readonly DependencyProperty OrientationProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
PixelLengthProperty
Declaration
public static readonly DependencyProperty PixelLengthProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Properties
AppointmentsPanelLength
Declaration
public double AppointmentsPanelLength { get; set; }
Property Value
|
System.Double
|
Orientation
Declaration
public Orientation Orientation { get; set; }
Property Value
|
Microsoft.UI.Xaml.Controls.Orientation
|
PixelLength
Declaration
public TimeSpan PixelLength { get; set; }
Property Value
|
System.TimeSpan
|
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
|