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