Gets or sets the distance between the outline of the scale and the outline of the gauge control which contains it. This is a dependency property.
Namespace: MindFusion.Gauges.Wpf
Assembly: MindFusion.Gauges.Wpf
SyntaxC#
Copy Code
|
|---|
public Length Offset { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property Offset As Length |
An instance of the Length structure.
See Also