Class
HighlightPanel

Represents the highlighted panel.

Definition

Namespace:Telerik.Windows.Controls

Assembly:Telerik.Windows.Controls.ScheduleView.dll

Syntax:

cs-api-definition
public class HighlightPanel : Panel

Inheritance: objectHighlightPanel

Constructors

HighlightPanel()

Declaration

cs-api-definition
public HighlightPanel()

Fields

AppointmentsPanelLengthProperty

Identifies the length of the current panel. This is a dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty AppointmentsPanelLengthProperty

Field Value

DependencyProperty

OrientationProperty

Identifies the orientation of the current panel. This is a dependency property.

Declaration

cs-api-definition
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

cs-api-definition
public static readonly DependencyProperty PixelLengthProperty

Field Value

DependencyProperty

Properties

AppointmentsPanelLength

Gets or sets the length of the current panel.

Declaration

cs-api-definition
public double AppointmentsPanelLength { get; set; }

Property Value

double

Orientation

Gets or sets the orientation of the current panel.

Declaration

cs-api-definition
public Orientation Orientation { get; set; }

Property Value

Orientation

PixelLength

Gets or sets the length of one pixel in the current panel.

Declaration

cs-api-definition
public TimeSpan PixelLength { get; set; }

Property Value

TimeSpan

Methods

ArrangeOverride(Size)

Declaration

cs-api-definition
protected override Size ArrangeOverride(Size finalSize)

Parameters

finalSize

Size

Returns

Size

MeasureOverride(Size)

Declaration

cs-api-definition
protected override Size MeasureOverride(Size availableSize)

Parameters

availableSize

Size

Returns

Size