StiContourText Class

Namespace: Stimulsoft.Report.Components

Inheritance

Inherits from: StiText

Constructors

Constructor Description
StiContourText() Creates a new contour text.
StiContourText(RectangleD rect) Creates a new contour text.
StiContourText(RectangleD rect, string text) Creates a new contour text.

StiContourText()

Creates a new contour text.


StiContourText(rect: RectangleD)

Creates a new contour text.

Parameters

  • rect (RectangleD) — Rectangle describes size and position of the component.

StiContourText(rect: RectangleD, text: string)

Creates a new contour text.

Parameters

  • rect (RectangleD) — Rectangle describes size and position of the component.
  • text (string) — Text.

Properties

Property Type Description
ContourColor Color  
Size double  

Methods

Method Returns Description
LoadFromJsonObject void  
SaveToJsonObject JObject  

Method Details

LoadFromJsonObject

LoadFromJsonObject(jObject: JObject): void

Parameters


SaveToJsonObject

SaveToJsonObject(mode: StiJsonSaveMode): JObject

Parameters

Returns JObject