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

Point3D constructor.
Public Sub New( _ 
ByVal p As Point3D, _ 
ByVal text As String, _ 
ByVal textFont As Font, _ 
ByVal textColor As Color, _ 
ByVal outlineColor As Color, _ 
ByVal alignment As ContentAlignment
)
This language is not supported or no code example is available.
public OutlinedText( 
Point3D p
string text
Font textFont
Color textColor
Color outlineColor
ContentAlignment alignment 
)
This language is not supported or no code example is available.

Parameters

p
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

outlineColor
Color

alignment
ContentAlignment

Text alignment

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition