MobileForms Toolkit Documentation

ProgressBarBarFillStyle Enumeration

Specifies the style which is used to draw the bar using gradient or image.

public enum ProgressBarBarFillStyle

Members

Member Name Description
Stretched Gradient or image is stretched to the actual width of the bar.
FixedToControl Gradient or image is fixed to the with of the full bar (100%) and only required part of it is drawn.
FixedToBlock Gradient or image is repeatedly drawn in each block. When BarStyle is set to Continuous, this is the same as Stretched style.

Requirements

Namespace: Resco.Controls.ProgressBar

Assembly: Resco.ProgressBar.CF3 (in Resco.ProgressBar.CF3.dll)

See Also

Resco.Controls.ProgressBar Namespace