[]
        
(Showing Draft Content)

C1.WPF.Gauge.GaugeMark

GaugeMark Class

GaugeDecorator used to place tick marks within the C1Gauge.

Namespace: C1.WPF.Gauge
Assembly: C1.WPF.Gauge.dll
Syntax
public class GaugeMark : GaugeIntervalDecorator, INotifyPropertyChanged
Public Class GaugeMark
    Inherits GaugeIntervalDecorator
    Implements INotifyPropertyChanged
Remarks

Use Source property to specify the svg file will be used to draw the mark.

Constructors

Name Description
GaugeMark()

Initializes a new instance of GaugeMark.

Fields

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.

Properties

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.

Methods

Name Description
Render(DrawingContext, Point, Point, Brush)

Draw the mark.