Gets or sets size of the currently visible area. This value includes the size of both line-number area and visible text area.

Namespace: Sgry.Azuki
Assembly: Azuki (in Azuki.dll) Version: 1.7.13.40248

Syntax

C#
Size VisibleSize { get; set; }
Visual Basic
Property VisibleSize As Size
	Get
	Set

Property Value

Type: Size

See Also