Search
RangeSelector Properties
 


 Public Properties

  Name Description

BackColor

Gets or sets the background color for the control.

BorderBrush

Gets or sets the border of the selector.

ButtonBackgroundBrush

Gets or sets the brush used to fill the selector buttons when they are in normal state.

ButtonBackgroundBrushDisabled

Gets or sets the brush used to fill selector buttons when the selector is disabled.

ButtonBackgroundBrushDown

Gets or sets the brush used to fill the selector buttons when they are pressed.

ButtonBackgroundBrushOver

Gets or sets the brush used to fill the selector buttons when they are pointed with the mouse.

ButtonBorderBrush

Gets or sets the brush used to draw the border of selector buttons.

ButtonBorderBrushDisabled

Gets or sets the border brush used to draw the border of selector buttons when the selector is disabled.

ButtonBorderBrushDown

Gets or sets the brush used to draw the border of selector buttons when they are pressed.

ButtonBorderBrushOver

Gets or sets the brush used to draw the border of selector buttons when they are pointed with the mouse.

ButtonBorderThickness

Gets or sets the border thickness of the selector buttons.

ButtonSize

Gets or sets the size of the buttons.

Height

Gets or sets the height of the range selector.

Maximum

Gets or sets the maximum of the control range.

Minimum

Gets or sets the minimum of the control range.

MinimumSelectionLength

Gets or sets the minimum size of the selected range.

ProjectionBrush

Gets or sets the brush used to fill the selection projection.

ScrollBackgroundBrush

Gets or sets the brush used to fill the scroll background.

SelectionBrush

Gets or sets the brush used to fill the selection.

SelectionEnd

Gets or sets the end of the selected range.

SelectionStart

Gets or sets the start of the selected range.

Step

Gets or sets the step to scroll with when using the buttons.

Width

Gets or sets the width of the range selector.

 See Also