MindFusion.Wpf Pack Programmer's Guide
Pointer Properties
 


 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.

 See Also

Pointer Class
MindFusion.Gauges.Wpf Namespace