Description
Sets or returns the width of the text.
Property type
Read-write property
Syntax
Visual Basic |
---|
Public Property Width As Double |
Example
Private Sub WidthPropExample()
Dim myWidth As Double
myWidth = TextStyle.Width
MsgBox ("Textstyle Width is: " & myWidth)
End Sub
See Also