HeaderPane
Main
Hide

SftTree/NET 3.0 - Tree Control for Windows Forms

Share Link
Print

Value Property, ProgressBarPartClass Class

Defines the progressbar's current position.

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

Syntax

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

Value

The minimum value.

The default value is 50.

Comments

Defines the progressbar's current position.

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

See Also ProgressBarPartClass Class | Classes | SftTree/NET 3.0