The framebuffer height.
Namespace: RemoteViewing.VncAssembly: RemoteViewing (in RemoteViewing.dll) Version: 0.9.1.0 (0.9.1.0)
public int Height { get; private set; }
public int Height { get; private set; }
Public Property Height As Integer
Get
Private Set
Public Property Height As Integer
Get
Private Set
public:
property int Height {
int get ();
private: void set (int value);
}
public:
property int Height {
int get ();
private: void set (int value);
}
member Height : int with get, private set
member Height : int with get, private set