Label(Color) Constructor

Quick constructor, 3D attaching point is (0,0,0).
Public Sub New( _ 
ByVal color As Color
)
This language is not supported or no code example is available.
public Label( 
Color color 
)
This language is not supported or no code example is available.

Parameters

color
Color

A Color structure that indicates the color of this label.

.NET Framework

Supported in: 4.8

In this article

Definition