Search
RangeSelector Members
Constructors Properties Methods
 


Represents a control that handles zooming and scrolling of axes.

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 Properties

  Name Description

axesSource

Gets or sets the object whose Axes will be handled by this component.

axis

Gets or sets the Axis that will be handled by this component.

brush

Gets or sets the Brush used to paint the component's background.

handleBrush

Gets or sets the Brush used to paint resize handles.

handleSize

Gets or sets the width or height of resize handles.

maxValue

Gets or sets the largest value of the displayed range.

minValue

Gets or sets the smallest value of the displayed range.

orientation

Gets or sets the orientation of the component.

size

Gets or sets the width or height of the component.

thumbBrush

Gets or sets the Brush used to paint the thumb.

 Public Methods

  Name Description

arrange

Component.Arrange override. Sets the location and size of this component relatively to its parent.

createController

Component.CreateController override. Returns a controller used to interact with this component.

draw

Component.Draw override. Draws this component in specified RenderContext.

measure

Component.Measure override. Measures the desired size of this component.

 See Also