MobileForms Toolkit Documentation

ProgressBar.BarBlockWidth Property

Gets or sets the width of the block.

public int BarBlockWidth {get; set;}

Property Value

The width (in pixels) of the block. Must be greater than or equal to 2. The default is 10.

Remarks

BarBlockWidth property specifies the width of the block used to draw the progress bar when BarStyle is Blocks or ContinuousBlocks.

See Also

ProgressBar Class | Resco.Controls.ProgressBar Namespace