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