Visual3D Game EngineAPI Documentation for XNA, C#, VB, and .NET
Assembly: Visual3D.UI (in Visual3D.UI.dll) Version: 1.0.0.0 (1.0.0.0)
Set the movement range of the thumb for the horizontal axis.
Namespace: Visual3D.UI.ControlsAssembly: Visual3D.UI (in Visual3D.UI.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
| C# | Visual Basic |
public void SetRange( float min, float max )
Public Sub SetRange ( _ min As Single, _ max As Single _ )
Parameters
- min
- Single
The minimum setting for the thumb on the horizontal axis.
- max
- Single
The maximum setting for the thumb on the horizontal axis.
Implements
IProgressBar..::..SetRange(Single, Single)
Remarks
The values specified here are relative to the parent window for the thumb, and are specified in whichever
metrics mode is active for the Control.