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