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

3D point and text alignment constructor.
Public Sub New( _ 
ByVal pt As Point3D, _ 
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( 
Point3D pt
string text
Font textFont
Color textColor
ContentAlignment alignment 
)
This language is not supported or no code example is available.

Parameters

pt
Point3D

Anchor point

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