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
)
Public Sub New (
rect As RectangleD,
text As String
)
Parameters
- rect
- Type: Stimulsoft.Base.DrawingRectangleD
The rectangle describes size and position of the component. - text
- Type: SystemString
Text expression
See Also