Eyeshot 10 WPF API Reference
MultilineText Constructor(Double,Double,Double,String,Double,Double,Double,alignmentType,String)

WPF Assembly > devDept.Eyeshot.Entities Namespace > MultilineText Class > MultilineText Constructor : MultilineText Constructor(Double,Double,Double,String,Double,Double,Double,alignmentType,String)
Position along X axis
Position along Y axis
Elevation
Text string
Text width. A string longer than "width" will be split on two or more lines (whole words are not split).
Text height
Spacing between the lines
Text alignment
The text style name (see devDept.Eyeshot.ViewportLayout.TextStyles)
Standard constructor.
Syntax
'Declaration
 
Public Function New( _
   ByVal x As Double, _
   ByVal y As Double, _
   ByVal z As Double, _
   ByVal textString As String, _
   ByVal width As Double, _
   ByVal height As Double, _
   ByVal lineSpaceDistance As Double, _
   ByVal alignment As Text.alignmentType, _
   ByVal style As String _
)
public MultilineText( 
   double x,
   double y,
   double z,
   string textString,
   double width,
   double height,
   double lineSpaceDistance,
   Text.alignmentType alignment,
   string style
)

Parameters

x
Position along X axis
y
Position along Y axis
z
Elevation
textString
Text string
width
Text width. A string longer than "width" will be split on two or more lines (whole words are not split).
height
Text height
lineSpaceDistance
Spacing between the lines
alignment
Text alignment
style
The text style name (see devDept.Eyeshot.ViewportLayout.TextStyles)
See Also

Reference

MultilineText Class
MultilineText Members
Overload List