Click or drag to resize

StiSimpleText Constructor (RectangleD, String)

Creates a new component of the type StiSimpleText.

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

Parameters

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