PowerTCP Emulation for .NET
CellSize Property




Gets or sets the size of a cell.
Syntax
Public Property CellSize As Size
Dim instance As Vt
Dim value As Size
 
instance.CellSize = value
 
value = instance.CellSize
public Size CellSize {get; set;}
public: __property Size get_CellSize();
public: __property void set_CellSize( 
   Size value
);
public:
property Size CellSize {
   Size get();
   void set (    Size value);
}

Property Value

A Size value reflecting the size of a cell.
Remarks

The Vt control is comprised of a "grid" of cells; each cell contains one character. All cells have the same dimensions as determined by the size of the font.

This property can be used to perform resize calculations (for example, if the size of the font is changed, the size of the Vt control can be changed).

This property can be set programatically at runtime. To reset to the default, reset the Font property.

See Also

Reference

Vt Class
Vt Members


PowerTCP Emulation for .NET Documentation Version 4.7
© 2018 Dart Communications. All Rights Reserved.
Send comments on this topic