RangeControl Properties
Represents a Range Control.| Name | Description |
|---|---|
| AllowImmediateRangeUpdate | Gets or sets whether changes to the selected or visible area via the user interface are being posted immediately or after the interaction is completed. This is a dependency property. |
| AllowScroll | Gets or sets whether to allow horizontal scrolling. This is a dependency property. |
| AllowSnapToInterval | Gets or sets whether to snap the selection thumbs to the bounds of the range items. This is a dependency property. |
| AllowZoom | Gets or sets whether to allow zooming. This is a dependency property. |
| Client | Gets or sets the object that visualizes the data within the RangeControl’s viewport. This is a dependency property. |
| Content | Gets or sets the range control’s content. This is a dependency property. |
| EnableAnimation | Gets or sets whether to enable animation. This is a dependency property. |
| OutOfRangeAreaBrush | Gets or sets the brush used to paint the viewport area out of the selected range. This is a dependency property. |
| OutOfRangeAreaColor | Gets or sets the color value of the viewport area out of the selected range. This is a dependency property. |
| OutOfRangeAreaOpacity | Gets or sets the opacity of the viewport area out of the selected range. This is a dependency property. |
| RangeEnd | Gets or sets the end bound of a range. |
| RangeStart | Gets or sets the start bound of a range. |
| RangeThumbsBrush | Gets or sets the brush used to paint the selection thumbs. This is a dependency property. |
| RangeThumbsColor | Gets or sets the color value of the selection thumbs. This is a dependency property. |
| RangeThumbsHighlightBrush | Gets or sets the brush used to paint the selection thumbs when panning a selected range. This is a dependency property. |
| RangeThumbsHighlightColor | Gets or sets the color value of the selection thumbs when panning a selected range. This is a dependency property. |
| SelectionRangeEnd | Gets or sets the end bound of the selected range. |
| SelectionRangeStart | Gets or sets the start bound of the selected range. |
| SelectionThumbStyle | Gets or sets the style applied to selection thumbs. This is a dependency property. |
| ShowRangeBar | Gets or sets whether to show the Zoom And Scroll Bar. This is a dependency property. |
| ShowRangeThumbs | Gets or sets whether to show the selection thumbs within the viewport. This is a dependency property. |
| ShowSelectionRectangle | Gets or sets whether to show the selection rectangle. This is a dependency property. |
| UpdateDelay | Specifies the delay (in milliseconds) that occurs before passing the changes made in a Range Control to its associated client. This is a dependency property. |
| VisibleRangeEnd | Gets or sets the end bound of the visible range. |
| VisibleRangeStart | Gets or sets the start bound of the visible range. |
See Also