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