Click or drag to resize

StiProgressElement Constructor (RectangleD)

Creates a new component of the type StiProgressElement with specified location.

Namespace:  Stimulsoft.Dashboard.Components.Progress
Assembly:  Stimulsoft.Dashboard (in Stimulsoft.Dashboard.dll) Version: 2019.3.1.0
Syntax
public StiProgressElement(
	RectangleD rect
)

Parameters

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