Class Pinpoint
Represents pin point which is placed on the center of the radial scale (if necessary).
Inheritance
System.Object
Pinpoint
Namespace: Telerik.Windows.Controls.Gauge
Assembly: Telerik.Windows.Controls.DataVisualization.dll
Syntax
public class Pinpoint : Control, IThemable
Constructors
Pinpoint()
Initializes a new instance of the Pinpoint class.
Declaration
public Pinpoint()
Fields
StrokeThicknessProperty
Identifies the StrokeThickness dependency property.
Declaration
public static readonly DependencyProperty StrokeThicknessProperty
Field Value
System.Windows.DependencyProperty
|
Properties
StrokeThickness
Gets or sets stroke thickness.
Declaration
public double StrokeThickness { get; set; }
Property Value
System.Double
|
Methods
ResetTheme()
Resets the theme.
Declaration
public void ResetTheme()