InfoConnect for Unisys
TabSize Property


Gets or sets a value indicating the number of spaces between tab stops. This value can be set only if VariableWidthTabs is false.
Syntax
'Declaration
 
Property TabSize As Integer
'Usage
 
Dim instance As IT27Terminal
Dim value As Integer
 
instance.TabSize = value
 
value = instance.TabSize
int TabSize {get; set;}
See Also