AudioPlayerRatingStars Property |
The rating stars of the opened multimedia file. This value can be 0 (unrated) to 5 (best).
Namespace:
CSAudioPlayer
Assembly:
CSAudioPlayer (in CSAudioPlayer.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax public float RatingStars { get; set; }
Public Property RatingStars As Single
Get
Set
Dim instance As AudioPlayer
Dim value As Single
value = instance.RatingStars
instance.RatingStars = value
member RatingStars : float32 with get, set
/** @property */
public float get_RatingStars()
/** @property */
public void set_RatingStars(float value)
function get RatingStars () : float
function set RatingStars (value : float)
function get_RatingStars();
function set_RatingStars(value);
Property Value
Type:
SingleSee Also