TextOnly(Double, Double, Double, String, Font, Color, ContentAlignment) Constructor

Text alignment constructor.
Public Sub New( _ 
ByVal x As Double, _ 
ByVal y As Double, _ 
ByVal z As Double, _ 
ByVal text As String, _ 
ByVal textFont As Font, _ 
ByVal textColor As Color, _ 
ByVal alignment As ContentAlignment
)
This language is not supported or no code example is available.
public TextOnly( 
double x
double y
double z
string text
Font textFont
Color textColor
ContentAlignment alignment 
)
This language is not supported or no code example is available.

Parameters

x
double

Anchor point X coordinate

y
double

Anchor point Y coordinate

z
double

Anchor point Z coordinate

text
string

Label text

textFont
Font

Text font

textColor
Color

A Label.Color structure that indicates the text color of this label

alignment
ContentAlignment

Text alignment

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition