Constructor ProgressBar
ProgressBar(Rect)
Initializes a new instance of the ProgressBar class, starts in percentage mode with an absolute position and size.
public ProgressBar(Rect rect)
Parameters
rect
RectRect.
ProgressBar()
Initializes a new instance of the ProgressBar class, starts in percentage mode and uses relative layout.
public ProgressBar()