[]
Defines the pointer shown in the C1Gauge controls.
public class GaugePointer : GaugeDecorator, IDependencyObject, INotifyPropertyChanged
Public Class GaugePointer
Inherits GaugeDecorator
Implements IDependencyObject, INotifyPropertyChanged
| Name | Description |
|---|---|
| GaugePointer() | Initializes a new instance of GaugePointer. |
| Name | Description |
|---|---|
| EndPointProperty | Identifies the EndPoint dependency property. |
| SourceProperty | Identifies the Source dependency property. |
| StartPointProperty | Identifies the StartPoint dependency property. |
| WidthProperty | Identifies the Width dependency property. |
| Name | Description |
|---|---|
| EndPoint | Gets or sets the point in svg coordinates where the pointer ends. |
| Source | Gets or sets the uri of the source where the svg. |
| StartPoint | Gets or sets the point in svg coordinates where the pointer starts. |
| Width | Gets or sets the width of the pointer. |
| Name | Description |
|---|---|
| Render(SvgDrawingContext, C1Point, C1Point, C1Color) | Draw the pointer. |