Android.Widget.RatingBar.NumStars Property
Returns the number of stars shown.

Syntax

[get: Android.Runtime.Register("getNumStars", "()I", "GetGetNumStarsHandler")]
[set: Android.Runtime.Register("setNumStars", "(I)V", "GetSetNumStars_IHandler")]
public virtual int NumStars { get; set; }

Value

Documentation for this section has not yet been entered.

Remarks

Get method documentation [Android Documentation]

Returns the number of stars shown.

Set method documentation [Android Documentation]

Sets the number of stars to show. In order for these to be shown properly, it is recommended the layout width of this widget be wrap content.

Requirements

Namespace: Android.Widget
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1