Eyeshot 10 WinForms API Reference
TextOnly Constructor(Double,Double,Double,String,Font,Color,ContentAlignment)

WinForms Assembly > devDept.Eyeshot.Labels Namespace > TextOnly Class > TextOnly Constructor : TextOnly Constructor(Double,Double,Double,String,Font,Color,ContentAlignment)
Anchor point X coordinate
Anchor point Y coordinate
Anchor point Z coordinate
Label text
Text font
A System.Drawing.Color structure that indicates the text color of this label
Text alignment
Text alignment constructor.
Syntax
'Declaration
 
Public Function 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 _
)
public TextOnly( 
   double x,
   double y,
   double z,
   string text,
   Font textFont,
   Color textColor,
   ContentAlignment alignment
)

Parameters

x
Anchor point X coordinate
y
Anchor point Y coordinate
z
Anchor point Z coordinate
text
Label text
textFont
Text font
textColor
A System.Drawing.Color structure that indicates the text color of this label
alignment
Text alignment
See Also

Reference

TextOnly Class
TextOnly Members
Overload List