Classes
AddedRemovedEvent
AlertElement
AnchorContainerElement
ArrowShape
ButtonElement
CanvasElement
CanvasManager
CheckboxElement
CheckboxSkinElement
CollectionChangedEvent
CollectionSort
ColorPickerButtonElement
ColorPickerElement
ContainerBaseElement
CursorDefinition
DataGridColumnDefinition
DataGridDataRenderer
DataGridElement
DataGridHeaderColumnDividerSkinElement
DataGridHeaderElement
DataGridHeaderItemRenderer
DataGridItemData
DataGridItemRendererBase
DataGridLabelItemRenderer
DataListData
DataListElement
DataRendererBaseElement
DataRendererLabelElement
DatePickerButtonElement
DatePickerElement
DispatcherEvent
DrawMetrics
DropdownArrowButtonSkinElement
DropdownBaseElement
DropdownElement
ElementEvent
ElementGridItemClickEvent
ElementKeyboardEvent
ElementListItemClickEvent
ElementMouseEvent
ElementMouseWheelEvent
EllipseShape
EventDispatcher
FillBase
GridContainerElement
GridContainerRowColumnDefinition
ImageElement
IpInputElement
LabelElement
LinearGradientFill
ListCollection
ListContainerElement
ProgressElement
RadioButtonElement
RadioButtonSkinElement
RoundedRectangleShape
ScrollBarElement
ScrollButtonSkinElement
ShapeBase
SkinnableElement
SolidFill
StyleableBase
StyleChangedEvent
StyleData
StyleDefinition
StyleProxy
TextAreaElement
TextElement
TextFieldElement
TextInputElement
TimeInputElement
ToggleButtonElement
ToggleButtonGroup
Tween
ViewportElement


ProgressElement

ProgressElement is a CanvasElement that adds a second FillBase style
called "ProgressFill". The progress fill is drawn on top of the background fill
and clipped according to the current progress value. This can be used to make
progress bar type elements of any shape or styling.

Inheritance:     ProgressElement ➞ Object

Styles
Style Defined By
ProgressFill     :    FillBase ProgressElement
Fill to use when filling the progress indicator. May be any FillBase subclass instance or "color" string.
 
ProgressFillStart     :    String ProgressElement
Determines the start position of the progress fill indicator, available values are "top", "bottom", "left" or "right".
 


Public Functions
Function Defined By
ProgressElement() [Constructor] ProgressElement
Creates new ProgressElement instance.
 
getProgressValue() ProgressElement
Gets the progress value, this determines how much of the progress bar will be filled.
  returns     :    Number
Value between 0 and 1 (inclusive)
 
setProgressValue(value) ProgressElement
Sets the progress value, this determines how much of the progress bar will be filled.
  value     :    Number
Value between 0 and 1 (inclusive)