MindFusion.Wpf Pack Programmer's Guide
Pointer Members
Constructors Fields Properties Methods Events
 


Represents a needle (or arrow) within a gauge scale.

The following tables list the members exposed by the Pointer type.

 Public Constructors

  Name Description

Pointer

Initializes a new instance of the Pointer class.

 Public Fields

  Name Description

AlignmentProperty

Identifies the Alignment dependency property.

IsAnimatedProperty

Identifies the IsAnimated dependency property.

IsDiscreteProperty

Identifies the IsDiscrete dependency property.

IsInteractiveProperty

Identifies the IsInteractive dependency property.

PointerHeightProperty

Identifies the PointerHeight dependency property.

PointerOffsetProperty

Identifies the PointerOffset dependency property.

PointerWidthProperty

Identifies the PointerWidth dependency property.

ValueProperty

Identifies the Value dependency property.

 Public Properties

  Name Description

Alignment

Gets or sets the alignment of the pointer relative to the scale. This is a dependency property.

IsAnimated

Gets or sets a value indicating whether the pointer should animate when its position changes. This is a dependency property.

IsDiscrete

Gets or sets a value indicating whether the pointer value can be changed only discretely. In other words, the pointer Value can be only integer. This is a dependency property.

IsInteractive

Gets or sets a value indicating whether the pointer position should be affected by user interactions. This is a dependency property.

PointerHeight

Gets or sets the height of the pointer. This is a dependency property.

PointerOffset

Gets or sets the offset of the pointer along the direction it points to. This is a dependency property.

PointerWidth

Gets or sets the width of the pointer. This is a dependency property.

Value

Gets or sets the value this pointer points to. This is a dependency property.

 Protected Methods

  Name Description

ArrangeOverride

Control.ArrangeOverride override.

MeasureOverride

Control.MeasureOverride override.

OnMouseDown

UIElement.OnMouseDown override.

OnValueChanged

Raises the ValueChanged event.

 Public Events

  Name Description

ValueChanged

Occurs when the Value of this pointer changes, either programmatically or interactively.

 See Also

Pointer Class
MindFusion.Gauges.Wpf Namespace