[]
        
(Showing Draft Content)

FarPoint.Win.ProgressTextStyle

ProgressTextStyle Enum

Specifies the appearance of the text portion of the progress indicator.

Namespace: FarPoint.Win
Assembly: FarPoint.Win.dll
Syntax
public enum ProgressTextStyle : short
Public Enum ProgressTextStyle As Short

Fields

Name Description
Custom

Displays the custom text defined by the value of the Text property.

Percent

Displays the percentage.

PercentRemaining

Displays the percent remaining.

Value

Displays the raw value as text.