HeaderPane
Main
Hide

SftTree/NET 3.0 - Tree Control for Windows Forms

Share Link
Print

Max Property, ProgressBarPartClass Class

Defines the progressbar's maximum position value.

Class: ProgressBarPartClass
Namespace: Softelvdm.Controls
Assembly: Softelvdm.SftTreeNET

Syntax

public int Max { get; set; }
Public Property Max As Integer

Value

The minimum value.

The default value is 100.

Comments

Defines the progressbar's maximum position value.

A progressbar displays a gauge defined by the minimum and maximum values ProgressBarPartClass.Min and Max, with the current position ProgressBarPartClass.Value. The ProgressBarPartClass.Value property must always be between Min and Max.

Max must be greater or equal to ProgressBarPartClass.Min.

See Also ProgressBarPartClass Class | Classes | SftTree/NET 3.0