Sets width of the content area (including line number area).
Namespace: Sgry.AzukiAssembly: Azuki (in Azuki.dll) Version: 1.7.13.40248
Syntax
C# |
---|
int ViewWidth { set; } |
Visual Basic |
---|
WriteOnly Property ViewWidth As Integer Set |
Property Value
Type: Int32
Remarks
This property gets or sets width by pixel of the whole graphical area containing line number area, dirt bar area, left border, and text area.
If you want to specify this property not by pixels but by number of characters, you can use IView.HRulerUnitWidth value as 'reasonable' avarage width of characters.