[]
Defines the pointer shown in the C1Gauge controls.
public class GaugePointer : GaugeDecorator, INotifyPropertyChanged
Public Class GaugePointer
Inherits GaugeDecorator
Implements 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(DrawingContext, Point, Point, Brush) | Draw the pointer. |