Class BarIndicator
Represents bar indicator.
Inherited Members
Namespace: Telerik.Windows.Controls.Gauge
Assembly: Telerik.Windows.Controls.DataVisualization.dll
Syntax
public class BarIndicator : InteractiveIndicator, IThemable
Constructors
BarIndicator()
Initializes a new instance of the BarIndicator class.
Declaration
public BarIndicator()
Fields
EmptyFillProperty
Identifies the EmptyFill dependency property.
Declaration
public static readonly DependencyProperty EmptyFillProperty
Field Value
System.Windows.DependencyProperty
|
EndWidthProperty
Identifies the EndWidth dependency property.
Declaration
public static readonly DependencyProperty EndWidthProperty
Field Value
System.Windows.DependencyProperty
|
RangeColorGradientOrientationProperty
Identifies RangeColorGradientOrientation property.
Declaration
public static readonly DependencyProperty RangeColorGradientOrientationProperty
Field Value
System.Windows.DependencyProperty
|
RangeColorModeProperty
Identifies RangeColorMode property.
Declaration
public static readonly DependencyProperty RangeColorModeProperty
Field Value
System.Windows.DependencyProperty
|
RangeColorSmoothingProperty
Identifies RangeColorSmoothing property.
Declaration
public static readonly DependencyProperty RangeColorSmoothingProperty
Field Value
System.Windows.DependencyProperty
|
StartWidthProperty
Identifies the StartWidth dependency property.
Declaration
public static readonly DependencyProperty StartWidthProperty
Field Value
System.Windows.DependencyProperty
|
StrokeThicknessProperty
Identifies the StrokeThickness dependency property.
Declaration
public static readonly DependencyProperty StrokeThicknessProperty
Field Value
System.Windows.DependencyProperty
|
Properties
EmptyFill
Gets or sets the brush for the empty part of the bar indicator.
Declaration
public Brush EmptyFill { get; set; }
Property Value
System.Windows.Media.Brush
|
EndWidth
Gets or sets end width of the bar indicator. Width of the bar indicator is represented using relative measurements. The value should be in the 0..1 range.
Declaration
public double EndWidth { get; set; }
Property Value
System.Double
|
RangeColorGradientOrientation
Gets or sets value which indicates the gradient orientation that is used to build bar indicator background.
Declaration
public RangeColorGradientOrientation RangeColorGradientOrientation { get; set; }
Property Value
RangeColorGradientOrientation
|
RangeColorMode
Gets or sets value which indicates the mode that is used to build bar indicator background.
Declaration
public RangeColorMode RangeColorMode { get; set; }
Property Value
RangeColorMode
|
RangeColorSmoothing
Gets or sets value which indicates the color smoothing for the ProportionalGradient range color mode.
Declaration
public double RangeColorSmoothing { get; set; }
Property Value
System.Double
|
StartWidth
Gets or sets start width of the bar indicator. Width of the bar indicator is represented using relative measurements. The value should be in the 0..1 range.
Declaration
public double StartWidth { get; set; }
Property Value
System.Double
|
StrokeThickness
Gets or sets stroke thickness.
Declaration
public double StrokeThickness { get; set; }
Property Value
System.Double
|
Methods
RangeColorModeChangedHandler(DependencyObject, DependencyPropertyChangedEventArgs)
Called when the RangeColorMode property was changed.
Declaration
protected static void RangeColorModeChangedHandler(DependencyObject source, DependencyPropertyChangedEventArgs eventArgs)
Parameters
System.Windows.DependencyObject
source
The source. |
System.Windows.DependencyPropertyChangedEventArgs
eventArgs
The System.Windows.DependencyPropertyChangedEventArgs instance containing the event data. |
ResetTheme()
Resets the theme.
Declaration
public override void ResetTheme()