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