StiTriangleShapeType Class
Namespace: Stimulsoft.Report.Components.ShapeTypes
Inheritance
Inherits from: StiShapeTypeService
Constructors
| Constructor | Description |
|---|---|
| StiTriangleShapeType() | Creates a new triangle. |
| StiTriangleShapeType(StiShapeDirection direction) | Creates a new triangle with the specified direction. |
StiTriangleShapeType()
Creates a new triangle.
StiTriangleShapeType(direction: StiShapeDirection)
Creates a new triangle with the specified direction.
Parameters
- direction (StiShapeDirection) — Triangle direction.
Properties
| Property | Type | Description |
|---|---|---|
| Direction | StiShapeDirection |
Methods
| Method | Returns | Description |
|---|---|---|
| Clone | object | Creates a new object that is a copy of the current instance. |
| LoadFromJsonObject | void | |
| SaveToJsonObject | JObject |
Method Details
Clone
Clone(): object
Creates a new object that is a copy of the current instance.
Returns object — A new object that is a copy of this instance.
LoadFromJsonObject
LoadFromJsonObject(jObject: JObject): void
Parameters
- jObject (JObject)
SaveToJsonObject
SaveToJsonObject(mode: StiJsonSaveMode): JObject
Parameters
- mode (StiJsonSaveMode)
Returns JObject