MindFusion.Wpf Pack Programmer's Guide
RangeSelector Members
Constructors Fields Properties Methods Events
 


Represents a range selector a control which allows the users to interactively select a range inside a larger range.

The following tables list the members exposed by the RangeSelector type.

 Public Constructors

  Name Description

RangeSelector

Initializes a new instance of the RangeSelector class.

 Public Fields

  Name Description

ButtonSizeProperty

Identifies the ButtonSize dependency property.

MaximumProperty

Identifies the Maximum dependency property.

MinimumProperty

Identifies the Minimum dependency property.

MinimumSelectionLengthProperty

Identifies the MinimumSelectionLength dependency property.

ProjectionBrushProperty

Identifies the ProjectionBrush dependency property,.

ScrollBackgroundBrushProperty

Identifies the ScrollBackgroundBrush dependency property.

SelectionBrushProperty

Identifies the SelectionBrush dependency property.

SelectionEndProperty

Identifies the SelectionEnd dependency property.

SelectionStartProperty

Identifies the SelectionStart dependency property.

StepProperty

Identifies the Step dependency property.

 Public Properties

  Name Description

ButtonSize

Gets or sets the size of the buttons. This is a dependency property

Maximum

Gets or sets the maximum of the control range. This is a dependency property.

Minimum

Gets or sets the minimum of the control range. This is a dependency property.

MinimumSelectionLength

Gets or sets the minimum size of the selected range. This is a dependency property.

ProjectionBrush

Gets or sets the brush used to fill the selection projection. This is a dependency property.

ScrollBackgroundBrush

Gets or sets the brush used to fill the scroll background. This is a dependency property.

SelectionBrush

Gets or sets the brush used to fill the selection. This is a dependency property.

SelectionEnd

Gets or sets the end of the selected range. This is a dependency property.

SelectionStart

Gets or sets the start of the selected range. This is a dependency property.

Step

Gets or sets the step to scroll with when using the buttons. This is a dependency property.

 Public Methods

  Name Description

OnApplyTemplate

Control.OnApplyTemplate override.

 Protected Methods

  Name Description

OnDrawBackground

Raises the DrawBackground event.

OnMouseDown

Control.OnMouseDown override.

OnMouseMove

Control.OnMouseMove override.

OnMouseUp

Control.OnMouseUp override.

OnValueChanged

Raises the ValueChanged event.

 Public Events

  Name Description

DrawBackground

Raised to allow custom-drawing of the selector's background.

ValueChanged

Occurs when the selection has changed interactively by the user.

 See Also

RangeSelector Class
MindFusion.UI.Wpf Namespace