|
| Name | Description |
|---|
 | Background |
Gets or sets the background of the range's visual presentation.
|
 | Data |
Return reference to self.
This property can be used within Binding in XAML to implement
binding which reflect extended property changes.
|
 | EndWidth |
Gets or sets the end width of the range bar.
|
 | Geometry |
This property serve internal RadGauge operations. It shouldn't be used in the customer code.
|
 | IndicatorBackground |
Gets or sets background of the indicator when it is in range.
|
 | IndicatorColorMixSensitivity |
Gets or sets value which indicates the activity of color from previous range
that is used to build indicator background.
|
 | Item |
Gets value from object using format string.
|
 | LabelForeground |
Gets or sets the foreground of labels are in range.
|
 | Max |
Gets or sets the maximum value of the range.
|
 | Min |
Gets or sets the minimum value of the range.
|
 | StartWidth |
Gets or sets the start width of the range bar.
|
 | Stroke |
Gets or sets the Brush that specifies how the range outline is painted.
|
 | StrokeThickness |
Gets or sets stroke thickness.
|
 | TickBackground |
Gets or sets background of ticks are in range.
|
 | Timeout |
Gets or sets timeout during which value should
be in range to fire "In Range Timeout" event.
|
 | Title |
Gets or sets title of the range which can be used in the tooltip.
Can be accessed as {Binding Path=Data[Range.Title]}.
|
 | TooltipFormat |
Gets or sets the format of the range tooltip.
|
 | ToolTipStyle |
Gets or sets the style applied to the toolTip of the range.
|
 | ToolTipTemplate |
Gets or sets template of the range's tooltip.
|
 | Visibility |
Gets or sets visibility of the gauge range.
|