Represents a needle (or arrow) within a gauge scale.
The following tables list the members exposed by the Pointer type.
Name | Description | |
---|---|---|
Initializes a new instance of the Pointer class. |
Name | Description | |
---|---|---|
Identifies the Alignment dependency property. |
||
Identifies the IsAnimated dependency property. |
||
Identifies the IsDiscrete dependency property. |
||
Identifies the IsInteractive dependency property. |
||
Identifies the PointerHeight dependency property. |
||
Identifies the PointerOffset dependency property. |
||
Identifies the PointerWidth dependency property. |
||
Identifies the Value dependency property. |
Name | Description | |
---|---|---|
Gets or sets the alignment of the pointer relative to the scale. This is a dependency property. |
||
Gets or sets a value indicating whether the pointer should animate when its position changes. This is a dependency property. |
||
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. |
||
Gets or sets a value indicating whether the pointer position should be affected by user interactions. This is a dependency property. |
||
Gets or sets the height of the pointer. This is a dependency property. |
||
Gets or sets the offset of the pointer along the direction it points to. This is a dependency property. |
||
Gets or sets the width of the pointer. This is a dependency property. |
||
Gets or sets the value this pointer points to. This is a dependency property. |
Name | Description | |
---|---|---|
Control.ArrangeOverride override. |
||
Control.MeasureOverride override. |
||
UIElement.OnMouseDown override. |
||
Raises the ValueChanged event. |
Name | Description | |
---|---|---|
Occurs when the Value of this pointer changes, either programmatically or interactively. |