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