Version

WebProgressBarProps Enumeration

An enumeration of all the properties that WebProgressBar will send to the client.
Syntax
'Declaration
 
Public Enum WebProgressBarProps 
   Inherits System.Enum
public enum WebProgressBarProps : System.Enum 
Members
MemberDescription
AnimationDurationRepresents the AnimationDuration property.
AnimationThresholdRepresents the AnimationThreshold property.
AnimationTypeRepresents the AnimationType property.
CountThe number of properties that will be sent to the client for this control.
FillDirectionRepresents the FillDirection property.
FillModeRepresents the FillMode property.
LabelAlignmentRepresents the LabelAlignment property.
LabelFormatStringRepresents the LabelFormatString property.
MaximumRepresents the Maximum property.
MinimumRepresents the Minimum property.
OrientationRepresents the Orientation property.
SnapIntervalRepresents the SnapInterval property.
TokenizedLabelFormatStringRepresents the LabelFormatString with tokens.
TokenizedTooltipFormatStringRepresents the LabelFormatString with tokens.
TooltipRepresents the AnimationDuration property.
ValueRepresents the Value property.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also