CompensateFrameSpaces Property
In This Topic
Gets or sets how Reflection handles spaces when aligning data on screen. This property is relevant for Thai character set support only; change the value of this property only if you are using the Thai version of Windows. If Reflection is using a proportional font, this property specifies the number of spaces after which text characters are realigned to display on monospaced boundaries. For example, if the terminal window is displaying two columns of data with at least three spaces between columns on any particular line, setting this property to 3 ensures that the second column of data is properly left-justified on the screen.
Syntax
'Declaration
Property CompensateFrameSpaces As Integer
'Usage
Dim instance As IScreen
Dim value As Integer
instance.CompensateFrameSpaces = value
value = instance.CompensateFrameSpaces
int CompensateFrameSpaces {get; set;}
See Also