Skip to content

TelerikRadProgressBar

Telerik RadProgressBar.

UI element class: Telerik.WinControls.UI.RadProgressBar

Extends ManagedObject

Extends SeSSimulatedObject

Behavior Pattern: TelerikProgressBarBehavior

Property Summary

Property Description Getter Setter
MaxValue Maximum value of the object or 'false' if value can't be read. GetMaxValue SetMaxValue
MinValue Minimum value of the object or 'false' if value can't be read. GetMinValue SetMinValue
Value Value of the object. GetValue SetValue
Value1 Gets or sets the value of the first progress line. GetValue1 SetValue1
Value2 Gets or sets the value of the second progress line. GetValue2 SetValue2

Property Detail

MaxValue

Maximum value of the object or 'false' if value can't be read.

Type: number|boolean

Accessors: GetMaxValue, SetMaxValue

value = SeS('SomeTelerikRadProgressBar').GetMaxValue()

SeS('SomeTelerikRadProgressBar').SetMaxValue(value)

MinValue

Minimum value of the object or 'false' if value can't be read.

Type: number|boolean

Accessors: GetMinValue, SetMinValue

value = SeS('SomeTelerikRadProgressBar').GetMinValue()

SeS('SomeTelerikRadProgressBar').SetMinValue(value)

Value

Value of the object.

Type: number

Accessors: GetValue, SetValue

value = SeS('SomeTelerikRadProgressBar').GetValue()

SeS('SomeTelerikRadProgressBar').SetValue(value)

Value1

Gets or sets the value of the first progress line. There could be two progress lines in the progress bar.

Type: number

Accessors: GetValue1, SetValue1

value = SeS('SomeTelerikRadProgressBar').GetValue1()

SeS('SomeTelerikRadProgressBar').SetValue1(value)

Value2

Gets or sets the value of the second progress line. There could be two progress lines in the progress bar. The second one is visualized by making the fill primitive semi-transparent.

Type: number

Accessors: GetValue2, SetValue2

value = SeS('SomeTelerikRadProgressBar').GetValue2()

SeS('SomeTelerikRadProgressBar').SetValue2(value)