Search
OvalScale.Offset Property
See Also
 





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

 Syntax

C#  Copy Code

public Length Offset { get; set; }

Visual Basic  Copy Code

Public Property Offset As Length

 Property Value

An instance of the Length structure.

 See Also