MultiLineLabelFormattingBaseMeasuredLabelItem Constructor |
Namespace: Altaxo.Graph.Graph3D.LabelFormattingAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic 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