Click or drag to resize

TextBox(String, Rect, Color, Int16, Int32, Int32, BorderType, Attach, Boolean) Constructor

Creates a new text box with explicit properties.

Namespace: Altaxo.Serialization.Origin
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public TextBox(
	string text,
	Rect clientRect,
	Color color,
	short fontSize,
	int rotation,
	int tab,
	BorderType borderType,
	Attach attach,
	bool isShown = true
)

Parameters

text  String
The text content.
clientRect  Rect
The client rectangle.
color  Color
The text color.
fontSize  Int16
The font size.
rotation  Int32
The text rotation angle.
tab  Int32
The tab width.
borderType  BorderType
The border type.
attach  Attach
The attachment target.
isShown  Boolean  (Optional)
If , the text box is shown.
See Also