LineDisplayWindow.SizeInCharacters Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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).