Width Property

IntelliCAD 11.1 Object Library
Width Property
See Also 
MText Object : Width Property

Description

Sets or returns the width of the mtext window.

Property type

Read-write property

Syntax

Visual Basic
Public Property Width As Double

Example

Private Sub WidthPropExample()

     Dim myWidth As Double

     myWidth = MText.Width

     MsgBox ("Width is: " & myWidth)

End Sub

See Also

© 2022 IntelliCAD Technology Consortium. All Rights Reserved.