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

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


SaveToJsonObject

SaveToJsonObject(mode: StiJsonSaveMode): JObject

Parameters

Returns JObject