MultilineText(Double, Double, Double, String, Double, Double, Double, alignmentType, String) Constructor

Standard constructor.
Public Sub New( _ 
ByVal x As Double, _ 
ByVal y As Double, _ 
ByVal z As Double, _ 
ByVal textString As String, _ 
ByVal width As Double, _ 
ByVal height As Double, _ 
ByVal lineSpaceDistance As Double, _ 
ByVal alignment As alignmentType, _ 
ByVal styleName As String
)
This language is not supported or no code example is available.
public MultilineText( 
double x
double y
double z
string textString
double width
double height
double lineSpaceDistance
alignmentType alignment
string styleName 
)
This language is not supported or no code example is available.

Parameters

x
double

Position along X axis

y
double

Position along Y axis

z
double

Elevation

textString
string

Text string

width
double

Text width. A string longer than "width" will be split on two or more lines (whole words are not split).

height
double

Text height

lineSpaceDistance
double

Spacing between the lines

alignment
alignmentType

Text alignment

styleName
string

The text style name (see Environment.TextStyles)

.NET Framework

Supported in: 4.8

In this article

Definition