Gets location and size of the visible text area in screen.
Namespace: Sgry.AzukiAssembly: Azuki (in Azuki.dll) Version: 1.7.13.40248
Syntax
C# |
---|
Rectangle TextAreaRectangle { get; } |
Visual Basic |
---|
ReadOnly Property TextAreaRectangle As Rectangle Get |
Property Value
Type: Rectangle
Remarks
This property calculates rectangle of currently visible part of the text area. Note that, in contrast to this property, TextAreaWidth property calculates 'virtual' size of the text area. Since the virtual size is calculated including areas which is not visible, these two property are totally different.