STSeriesDeviceDisplayHeightInPixels Property | |
Gets or sets the height of the display measured in pixels
Namespace: Scriptel.STSeriesAssembly: STSeries (in STSeries.dll) Version: 2.5.0.454 (2.5.0.454)
Syntax public virtual int DisplayHeightInPixels { get; set; }
Public Overridable Property DisplayHeightInPixels As Integer
Get
Set
public:
virtual property int DisplayHeightInPixels {
int get ();
void set (int value);
}
abstract DisplayHeightInPixels : int with get, set
override DisplayHeightInPixels : int with get, set
Property Value
Type:
Int32See Also