MediaPropertiesFormat Property |
Namespace:
CSMediaProperties
Assembly:
CSVideoPlayer (in CSVideoPlayer.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax [TypeConverterAttribute(typeof(ExpandableObjectConverter))]
public Format Format { get; set; }
<TypeConverterAttribute(GetType(ExpandableObjectConverter))>
Public Property Format As Format
Get
Set
Dim instance As MediaProperties
Dim value As Format
value = instance.Format
instance.Format = value
[<TypeConverterAttribute(typeof(ExpandableObjectConverter))>]
member Format : Format with get, set
/** @property */
/** @attribute TypeConverterAttribute(ExpandableObjectConverter) */
public Format get_Format()
/** @property */
/** @attribute TypeConverterAttribute(ExpandableObjectConverter) */
public void set_Format(Format value)
function get Format () : Format
function set Format (value : Format)
function get_Format();
function set_Format(value);
Property Value
Type:
FormatSee Also