IntelliCAD 11.1 Object Library
Height Property
See Also 
TextStyle Object : Height Property

Description

Sets or returns the height of the text.

Property type

Read-write property

Syntax

Visual Basic
Public Property Height As Double

Example

Private Sub HeightPropExample()

     Dim myHeight As Double

     myHeight = TextStyle.Height

     MsgBox ("Textstyle Height is: " & myHeight)

End Sub

See Also

© 2022 IntelliCAD Technology Consortium. All Rights Reserved.