Solid Edge Framework Type Library
SetLineLeading Method
Specifies the line leading.
Specifies the leading type (Cap, Descender, Tile, or Fixed).
Description
Sets the line leading and type for the referenced TextStyle object.
Syntax
Visual Basic
Public Sub SetLineLeading( _
   ByVal leading As Double, _
   ByVal leadingType As Long _
) 
Parameters
leading
Specifies the line leading.
leadingType
Specifies the leading type (Cap, Descender, Tile, or Fixed).
See Also

TextStyle Object  | TextStyle Members

Send comments on this topic.