Click or drag to resize

StiText Constructor (RectangleD, String)

Creates a new StiText.

Namespace:  Stimulsoft.Report.Components
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public StiText(
	RectangleD rect,
	string text
)

Parameters

rect
Type: Stimulsoft.Base.DrawingRectangleD
The rectangle describes sizes and position of the component.
text
Type: SystemString
Text expression.
See Also