Gets or sets the offset of the pointer along the direction it points to. This is a dependency property.
Namespace: MindFusion.Gauges.Wpf
Assembly: MindFusion.Gauges.Wpf
SyntaxC#
Copy Code
|
|---|
public Length PointerOffset { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property PointerOffset As Length |
An instance of the Length structure.
RemarksIn an oval scale positive offsets move elements towards the center of the scale and negative offsets move elements outwards. In a vertical linear scale positive offsets move elements to the left and negative offsets move elements to the right. In a horizontal linear scale positive offsets move elements to the top and negative offsets move elements to the bottom.
See Also