FilePropertiesVideoWidth Property |
Namespace:
CSID3TagsLib
Assembly:
CSAudioRecorder (in CSAudioRecorder.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax public int VideoWidth { get; set; }
Public Property VideoWidth As Integer
Get
Set
Dim instance As FileProperties
Dim value As Integer
value = instance.VideoWidth
instance.VideoWidth = value
member VideoWidth : int with get, set
/** @property */
public int get_VideoWidth()
/** @property */
public void set_VideoWidth(int value)
function get VideoWidth () : int
function set VideoWidth (value : int)
function get_VideoWidth();
function set_VideoWidth(value);
Property Value
Type:
Int32See Also