Skip to content
9miao edited this page Oct 9, 2014 · 2 revisions

CAProgress

Class Description

Progress bar that is used to display mission progress.

Base Class

CAView

Attribute

Access modifier

Attribute name

Description

public

Progress

progress bar value

protected

ProgressStyle

progress bar style

protected

ProgressTintColor

progress bar color

protected

ProgresstrackColor

progress bar’s background color

protected

ProgressTintImage

progress bar image

protected

Progress TrackImage

progress bar’s background image

Attribute Description

Progress
Type: float
Descripiton: progress bar value, display in percentage, max value is 1 and min value is 0, get/set{}.

ProgressStyle
Type: float
Descripiton: progress bar style, get/set{}.

ProgressTintColor
Type: float
Descripiton: progress bar color, get/set{}.

ProgresstrackColor
Type: float
Descripiton: progress bar’s background color, get/set{}.

ProgressTintImage
Type: float
Descripiton: progress bar image, get/set{}.

ProgressTrackImage
Type: float
Descripiton: progress bar’s background image, get/set{}.

Clone this wiki locally