PluginProgressEventArgsMaxProgress Property |
Gets the maximum progress value.
Namespace: RelaxIS_SDK.PluginsAssembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.23.63
Syntax public int MaxProgress { get; }
Public ReadOnly Property MaxProgress As Integer
Get
Dim instance As PluginProgressEventArgs
Dim value As Integer
value = instance.MaxProgress
Property Value
Int32See Also