ClassPinpoint
Class
Represents pin point which is placed on the center of the radial scale (if necessary).
Definition
Namespace:Telerik.Windows.Controls.Gauge
Assembly:Telerik.Windows.Controls.DataVisualization.dll
Syntax:
cs-api-definition
public class Pinpoint : Control
Inheritance: objectPinpoint
Constructors
Pinpoint()
Initializes a new instance of the Pinpoint class.
Declaration
cs-api-definition
public Pinpoint()
Fields
StrokeThicknessProperty
Identifies the StrokeThickness dependency property.
Declaration
cs-api-definition
public static readonly DependencyProperty StrokeThicknessProperty
Field Value
DependencyProperty
Properties
StrokeThickness
Gets or sets stroke thickness.
Methods
OnCreateAutomationPeer()
Returns class-specific AutomationPeer implementations for the Windows Presentation Foundation (WPF) infrastructure.
Declaration
cs-api-definition
protected override AutomationPeer OnCreateAutomationPeer()
Returns
AutomationPeer
The type-specific AutomationPeer implementation.
OnInitialized(EventArgs)
Raises the event. This method is invoked whenever is set to true internally.
Declaration
cs-api-definition
protected override void OnInitialized(EventArgs e)
Parameters
e
The RoutedEventArgs that contains the event data.