[]
GaugeDecorator used to place tick marks within the C1Gauge.
public class GaugeMark : GaugeIntervalDecorator, IDependencyObject, INotifyPropertyChanged
Public Class GaugeMark
Inherits GaugeIntervalDecorator
Implements IDependencyObject, INotifyPropertyChanged
Use Source property to specify the svg file will be used to draw the mark.
| Name | Description |
|---|---|
| GaugeMark() | Initializes a new instance of GaugeMark. |
| Name | Description |
|---|---|
| EndPointProperty | Identifies the EndPoint dependency property. |
| OpacityProperty | Identifies the Opacity 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 decorator ends. |
| Opacity | Gets or sets the opacity used to paint the decorator. |
| Source | Gets or sets the uri of the source of the svg. |
| StartPoint | Gets or sets the point in svg coordinates where the decorator starts. |
| Width | Gets or sets the width of the mark. |
| Name | Description |
|---|---|
| Render(SvgDrawingContext, C1Point, C1Point, C1Color) | Draw the mark. |