AudioPlayerTagLyrics Property |
The lyrics of the opened multimedia file.
Namespace:
CSAudioPlayer
Assembly:
CSAudioPlayer (in CSAudioPlayer.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax public string TagLyrics { get; set; }
Public Property TagLyrics As String
Get
Set
Dim instance As AudioPlayer
Dim value As String
value = instance.TagLyrics
instance.TagLyrics = value
member TagLyrics : string with get, set
/** @property */
public String get_TagLyrics()
/** @property */
public void set_TagLyrics(String value)
function get TagLyrics () : String
function set TagLyrics (value : String)
function get_TagLyrics();
function set_TagLyrics(value);
Property Value
Type:
StringSee Also