Version

BackingOversweep Method

Sets the over sweep angle to apply to the backing if it is displaying fitted (in degrees). Must be greater or equal to 0.
Syntax
'Declaration
 
Public Function BackingOversweep( _
   ByVal backingOversweep As System.Double _
) As RadialGauge(Of T)
public RadialGauge<T> BackingOversweep( 
   System.double backingOversweep
)

Parameters

backingOversweep
Requirements

Target Platforms: Windows 8.1, Windows 8.1, Windows 8, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

View on GitHub