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);

Property Value

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.

See Also

Style Object | Style Members | HelpProducer Namespace