LineDisplayWindow.SizeInCharacters Property

Definition

Gets dimensions of the window, in number of character lines (rows and columns).

public:
 property Size SizeInCharacters { Size get(); };
Size SizeInCharacters();
public Size SizeInCharacters { get; }
var size = lineDisplayWindow.sizeInCharacters;
Public ReadOnly Property SizeInCharacters As Size

Property Value

The number of character lines (rows and columns).

Applies to