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.Windows.DependencyProperty
|
OrientationProperty
Identifies the orientation of the current panel. This is a dependency property.
Declaration
public static readonly DependencyProperty OrientationProperty
Field Value
System.Windows.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
System.Windows.DependencyProperty
|
Properties
AppointmentsPanelLength
Gets or sets the length of the current panel.
Declaration
public double AppointmentsPanelLength { get; set; }
Property Value
System.Double
|
Orientation
Gets or sets the orientation of the current panel.
Declaration
public Orientation Orientation { get; set; }
Property Value
System.Windows.Controls.Orientation
|
PixelLength
Gets or sets the length of one pixel in the current panel.
Declaration
public TimeSpan PixelLength { get; set; }
Property Value
System.TimeSpan
|
Methods
ArrangeOverride(Size)
Declaration
protected override Size ArrangeOverride(Size finalSize)
Parameters
System.Windows.Size
finalSize
|
Returns
System.Windows.Size
|
MeasureOverride(Size)
Declaration
protected override Size MeasureOverride(Size availableSize)
Parameters
System.Windows.Size
availableSize
|
Returns
System.Windows.Size
|