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.
Name | Description | |
---|---|---|
Initializes a new instance of the RangeSelector class. |
Name | Description | |
---|---|---|
Gets or sets the background color for the control. |
||
Gets or sets the border of the selector. |
||
Gets or sets the brush used to fill the selector buttons when they are in normal state. |
||
Gets or sets the brush used to fill selector buttons when the selector is disabled. |
||
Gets or sets the brush used to fill the selector buttons when they are pressed. |
||
Gets or sets the brush used to fill the selector buttons when they are pointed with the mouse. |
||
Gets or sets the brush used to draw the border of selector buttons. |
||
Gets or sets the border brush used to draw the border of selector buttons when the selector is disabled. |
||
Gets or sets the brush used to draw the border of selector buttons when they are pressed. |
||
Gets or sets the brush used to draw the border of selector buttons when they are pointed with the mouse. |
||
Gets or sets the border thickness of the selector buttons. |
||
Gets or sets the size of the buttons. |
||
Gets or sets the height of the range selector. |
||
Gets or sets the maximum of the control range. |
||
Gets or sets the minimum of the control range. |
||
Gets or sets the minimum size of the selected range. |
||
Gets or sets the brush used to fill the selection projection. |
||
Gets or sets the brush used to fill the scroll background. |
||
Gets or sets the brush used to fill the selection. |
||
Gets or sets the end of the selected range. |
||
Gets or sets the start of the selected range. |
||
Gets or sets the step to scroll with when using the buttons. |
||
Gets or sets the width of the range selector. |
Name | Description | |
---|---|---|
Raises the DrawBackground event. |
||
Control.OnMouseDown override. |
||
Control.OnMouseMove override. |
||
Control.OnMouseUp override. |
||
Control.OnPaint override. |
||
Control.OnResize override. |
||
Raises the ValueChanged event. |
Name | Description | |
---|---|---|
Raised to allow custom-drawing of the selector's background. |
||
Occurs when the selection has changed interactively by the user. |