Click or drag to resize

StiArrowShapeType Constructor (StiShapeDirection, Single, Single)

Creates a new arrow with specified arguments.

Namespace:  Stimulsoft.Report.Components.ShapeTypes
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public StiArrowShapeType(
	StiShapeDirection direction,
	float arrowWidth,
	float arrowHeight
)

Parameters

direction
Type: Stimulsoft.Report.Components.ShapeTypesStiShapeDirection
Arrow direction.
arrowWidth
Type: SystemSingle
Arrow width factor.
arrowHeight
Type: SystemSingle
Arrow height factor.
See Also