AndroidRatingBar¶
Android RatingBar.
Extends AndroidObject
Behavior Pattern: AndroidObjectProgressBehavior
Property Summary¶
Property | Description | Getter | Setter |
---|---|---|---|
Value | Value of the object. | GetValue | SetValue |
Property Detail¶
Value¶
Value of the object.
Type: number
Accessors: GetValue, SetValue
value = SeS('SomeAndroidRatingBar').GetValue()
SeS('SomeAndroidRatingBar').SetValue(value)