Gets or sets Window Width value as 64 bit integer.
Syntax
public long Width64 {get; set;}
public: __property long get_Width64();
public: __property void set_Width64(
long value
);
'Declaration
Public Property Width64 As Long
'Usage
Dim instance As ImGearVOIWindow
Dim value As Long
instance.Width64 = value
value = instance.Width64
Property Value
Any long integer number.
See Also