Dart.Emulation Namespace > Vt Class : Rows Property |
<DefaultValueAttribute()> Public Property Rows As Integer
[DefaultValue()] public int Rows {get; set;}
[DefaultValue()] public: __property int get_Rows(); public: __property void set_Rows( int value );
[DefaultValue()] public: property int Rows { int get(); void set ( int value); }
Values from 1 to Int32.MaxValue are supported. Defaults to 24.
If data is received from the host which causes this property to change, the ScreenSizeChanged event is raised.