StiIconSetItem Class
Namespace: Stimulsoft.Report.Components
Inheritance
Implements: IStiJsonReportObject
Constructors
| Constructor | Description |
|---|---|
| StiIconSetItem() | Creates a new object of the type StiIconSetItem. |
| StiIconSetItem(StiIcon icon, StiIconSetOperation operation, StiIconSetValueType valueType, float value) | Creates a new object of the type StiIconSetItem. |
StiIconSetItem()
Creates a new object of the type StiIconSetItem.
StiIconSetItem(icon: StiIcon, operation: StiIconSetOperation, valueType: StiIconSetValueType, value: float)
Creates a new object of the type StiIconSetItem.
Parameters
- icon (StiIcon)
- operation (StiIconSetOperation)
- valueType (StiIconSetValueType)
- value (float)
Properties
| Property | Type | Description |
|---|---|---|
| Icon | StiIcon | |
| Operation | StiIconSetOperation | |
| Value | float | |
| ValueType | StiIconSetValueType |
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