DispositionLyrics Property |
Lyrics
Namespace:
CSMediaProperties
Assembly:
CSVideoPlayer (in CSVideoPlayer.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public string Lyrics { get; set; }
Public Property Lyrics As String
Get
Set
Dim instance As Disposition
Dim value As String
value = instance.Lyrics
instance.Lyrics = value
member Lyrics : string with get, set
/** @property */
public String get_Lyrics()
/** @property */
public void set_Lyrics(String value)
function get Lyrics () : String
function set Lyrics (value : String)
function get_Lyrics();
function set_Lyrics(value);
Property Value
Type:
StringSee Also