ComponentOne VSView 8.0
LineSpacing Property (VSDraw)

Returns or sets the line spacing as a percentage (for example, 100% is single spacing, 200% is double spacing).

Syntax

[form!]VSDraw.LineSpacing[ = value As Single ]

Remarks

The line spacing is used when a string containing line breaks is assigned to the Text property.

For example:

vd.Text = "This text" & vbLf & "has line breaks."

Data Type

Single

Default Value

100

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Product Support Forum  |  Documentation Feedback