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)
Get/Set the current level of progress.
Namespace: Visual3D.UI.ControlsAssembly: Visual3D.UI (in Visual3D.UI.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
| C# | Visual Basic |
public float Progress { get; set; }
Public Property Progress As Single Get Set
Field Value
Value between 0.0f and 1.0f indicating current progress.Implements
IProgressBar..::..Progress
Remarks
If this value is > 1.0f (100%) progress will be limited to 1.0f.