Click or drag to resize

MultiLineLabelFormattingBaseMeasuredLabelItem Constructor

Initializes a new instance of the MultiLineLabelFormattingBaseMeasuredLabelItem class.

Namespace: Altaxo.Graph.Graph3D.LabelFormatting
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public MeasuredLabelItem(
	IGraphicsContext3D g,
	FontX3D font,
	string itemtext,
	double lineSpacing,
	Alignment horizontalAlignment,
	Alignment verticalAlignment,
	Alignment textBlockAligment
)

Parameters

g  IGraphicsContext3D
The graphics context.
font  FontX3D
The font.
itemtext  String
The label text.
lineSpacing  Double
The relative line spacing.
horizontalAlignment  Alignment
The horizontal alignment.
verticalAlignment  Alignment
The vertical alignment.
textBlockAligment  Alignment
The alignment of the text block.
See Also