StiElement Constructor (RectangleD) |
Creates a new StiElement.
Namespace:
Stimulsoft.Dashboard.Components
Assembly:
Stimulsoft.Dashboard (in Stimulsoft.Dashboard.dll) Version: 2019.3.1.0
Syntax public StiElement(
RectangleD rect
)
Public Sub New (
rect As RectangleD
)
Parameters
- rect
- Type: Stimulsoft.Base.DrawingRectangleD
The rectangle describes sizes and position of the control.
See Also