RatingBar.IsIndicator Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.