StiArrowShapeType Class
Namespace: Stimulsoft.Report.Components.ShapeTypes
Inheritance
Inherits from: StiShapeTypeService
Constructors
| Constructor | Description |
|---|---|
| StiArrowShapeType() | Creates a new arrow. |
| StiArrowShapeType(StiShapeDirection direction, float arrowWidth, float arrowHeight) | Creates a new arrow with specified arguments. |
StiArrowShapeType()
Creates a new arrow.
StiArrowShapeType(direction: StiShapeDirection, arrowWidth: float, arrowHeight: float)
Creates a new arrow with specified arguments.
Parameters
- direction (StiShapeDirection) — Arrow direction.
- arrowWidth (float) — Arrow width factor.
- arrowHeight (float) — Arrow height factor.
Properties
| Property | Type | Description |
|---|---|---|
| Direction | StiShapeDirection |
Methods
| Method | Returns | Description |
|---|---|---|
| LoadFromJsonObject | void | |
| SaveToJsonObject | JObject |
Method Details
LoadFromJsonObject
LoadFromJsonObject(jObject: JObject): void
Parameters
- jObject (JObject)
SaveToJsonObject
SaveToJsonObject(mode: StiJsonSaveMode): JObject
Parameters
- mode (StiJsonSaveMode)
Returns JObject