Solid Edge FrameworkSupport Type Library
CharacterSpacing Property
Description
Sets and returns the spacing between characters for the associated text.
Property type
Read-write property
Syntax
Visual Basic
Public Property CharacterSpacing As Double
Remarks
Positive values expand the text, and negative values condense the text. A value of 0 displays the text in the normal mode. Valid values for this property are within the limit of -0.0127m (-0.05 in) to 0.5588m (22 in). The TextEdit object always has an insert index or an active selection set. Setting any property on the TextEdit object applies to the current selection set, if one is present, or to the text at the current insert index.
See Also

TextEdit Object  | TextEdit Members