StiFlowchartPreparationShapeType Class
Namespace: Stimulsoft.Report.Components.ShapeTypes
Inheritance
Inherits from: StiShapeTypeService
Constructors
| Constructor | Description |
|---|---|
| StiFlowchartPreparationShapeType() | Creates a new StiFlowchartPreparationShapeType. |
| StiFlowchartPreparationShapeType(StiShapeDirection direction) | Creates a new StiFlowchartPreparationShapeType with specified arguments. |
StiFlowchartPreparationShapeType()
Creates a new StiFlowchartPreparationShapeType.
StiFlowchartPreparationShapeType(direction: StiShapeDirection)
Creates a new StiFlowchartPreparationShapeType with specified arguments.
Parameters
- direction (StiShapeDirection) — Arrow direction.
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