Class
SelectionRegion

Used for visual indication of the pending selection in the RadTimeline control, when SelectionMode is Extended.

Definition

Namespace:Telerik.Windows.Controls.Timeline

Assembly:Telerik.Windows.Controls.DataVisualization.dll

Syntax:

cs-api-definition
public class SelectionRegion : Control, ISelectionRegion

Inheritance: objectSelectionRegion

Implements: ISelectionRegion

Constructors

SelectionRegion()

Initializes a new instance of the SelectionRegion class.

Declaration

cs-api-definition
public SelectionRegion()

Fields

CurrentPointProperty

Identifies the CurrentPoint dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty CurrentPointProperty

Field Value

DependencyProperty

OriginPointProperty

Identifies the OriginPoint dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty OriginPointProperty

Field Value

DependencyProperty

Properties

CurrentPoint

Gets or sets the current point.

Declaration

cs-api-definition
public Point CurrentPoint { get; set; }

Property Value

Point

The current point.

Implements ISelectionRegion.CurrentPoint

OriginPoint

Gets or sets the origin point.

Declaration

cs-api-definition
public Point OriginPoint { get; set; }

Property Value

Point

The origin point.

Implements ISelectionRegion.OriginPoint

Methods

OnInitialized(EventArgs)

Raises the event. This method is invoked whenever is set to true internally.

Declaration

cs-api-definition
protected override void OnInitialized(EventArgs e)

Parameters

e

EventArgs

The RoutedEventArgs that contains the event data.