Class HighlightPanel
Represents the highlighted panel.
Inheritance
Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.ScheduleView.dll
Syntax
public class HighlightPanel : Panel
Constructors
HighlightPanel()
Declaration
public HighlightPanel()
Fields
AppointmentsPanelLengthProperty
Identifies the length of the current panel. This is a dependency property.
Declaration
public static readonly DependencyProperty AppointmentsPanelLengthProperty
Field Value
System.
|
OrientationProperty
Identifies the orientation of the current panel. This is a dependency property.
Declaration
public static readonly DependencyProperty OrientationProperty
Field Value
System.
|
PixelLengthProperty
Identifies the length of one pixel in the current panel. This is a dependency property.
Declaration
public static readonly DependencyProperty PixelLengthProperty
Field Value
System.
|
Properties
AppointmentsPanelLength
Gets or sets the length of the current panel.
Declaration
public double AppointmentsPanelLength { get; set; }
Property Value
System.
|
Orientation
Gets or sets the orientation of the current panel.
Declaration
public Orientation Orientation { get; set; }
Property Value
System.
|
PixelLength
Gets or sets the length of one pixel in the current panel.
Declaration
public TimeSpan PixelLength { get; set; }
Property Value
System.
|
Methods
ArrangeOverride(Size)
Declaration
protected override Size ArrangeOverride(Size finalSize)
Parameters
System.
|
Returns
System.
|
MeasureOverride(Size)
Declaration
protected override Size MeasureOverride(Size availableSize)
Parameters
System.
|
Returns
System.
|