Style.TabWidth Property |
Gets or sets the tabulator width of this style.
[VBScript] Public Property TabWidth As Integer
[JScript] public function get TabWidth() : int; public function set TabWidth(int);
An integer representing the number of spaces needed to replace a tab with equivalent width. A tab width of zero indicates that tabs should not be converted to spaces.