RatingBar.IsIndicator Property

Definition

Whether this rating bar should only be an indicator (thus non-changeable by the user).

public virtual bool IsIndicator { [Android.Runtime.Register("isIndicator", "()Z", "GetIsIndicatorHandler")] get; [Android.Runtime.Register("setIsIndicator", "(Z)V", "GetSetIsIndicator_ZHandler")] set; }
[<get: Android.Runtime.Register("isIndicator", "()Z", "GetIsIndicatorHandler")>]
[<set: Android.Runtime.Register("setIsIndicator", "(Z)V", "GetSetIsIndicator_ZHandler")>]
member this.IsIndicator : bool with get, set

Property Value

Whether this rating bar is only an indicator.

Attributes

Remarks

Property getter documentation:

Java documentation for android.widget.RatingBar.isIndicator().

Property setter documentation:

Whether this rating bar should only be an indicator (thus non-changeable by the user).

Java documentation for android.widget.RatingBar.setIsIndicator(boolean).

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to