Text(Double, Double, Double, String, Double, alignmentType, String, Boolean) Constructor

Standard constructor.
Public Sub New( _ 
ByVal x As Double, _ 
ByVal y As Double, _ 
ByVal z As Double, _ 
ByVal textString As String, _ 
ByVal height As Double, _ 
ByVal alignment As alignmentType, _ 
ByVal styleName As String, _ 
ByVal simplify As Boolean
)
This language is not supported or no code example is available.
public Text( 
double x
double y
double z
string textString
double height
alignmentType alignment
string styleName
bool simplify 
)
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

height
double

Text height

alignment
alignmentType

Text alignment

styleName
string

The text style name (see Environment.TextStyles)

simplify
bool

Text simplification flag

.NET Framework

Supported in: 4.8

In this article

Definition