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