[]
        
(Showing Draft Content)

C1.WPF.Gauge.GaugePointer

GaugePointer Class

Defines the pointer shown in the C1Gauge controls.

Inheritance
GaugePointer
Namespace: C1.WPF.Gauge
Assembly: C1.WPF.Gauge.dll
Syntax
public class GaugePointer : GaugeDecorator, INotifyPropertyChanged
Public Class GaugePointer
    Inherits GaugeDecorator
    Implements INotifyPropertyChanged

Constructors

Name Description
GaugePointer()

Initializes a new instance of GaugePointer.

Fields

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.

Properties

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.

Methods

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

Draw the pointer.