Click or drag to resize

StiIconSetItem Constructor (StiIcon, StiIconSetOperation, StiIconSetValueType, Single)

Creates a new object of the type StiIconSetItem.

Namespace:  Stimulsoft.Report.Components
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public StiIconSetItem(
	StiIcon icon,
	StiIconSetOperation operation,
	StiIconSetValueType valueType,
	float value
)

Parameters

icon
Type: Stimulsoft.Report.ComponentsStiIcon

[Missing <param name="icon"/> documentation for "M:Stimulsoft.Report.Components.StiIconSetItem.#ctor(Stimulsoft.Report.Components.StiIcon,Stimulsoft.Report.Components.StiIconSetOperation,Stimulsoft.Report.Components.StiIconSetValueType,System.Single)"]

operation
Type: Stimulsoft.Report.ComponentsStiIconSetOperation

[Missing <param name="operation"/> documentation for "M:Stimulsoft.Report.Components.StiIconSetItem.#ctor(Stimulsoft.Report.Components.StiIcon,Stimulsoft.Report.Components.StiIconSetOperation,Stimulsoft.Report.Components.StiIconSetValueType,System.Single)"]

valueType
Type: Stimulsoft.Report.ComponentsStiIconSetValueType

[Missing <param name="valueType"/> documentation for "M:Stimulsoft.Report.Components.StiIconSetItem.#ctor(Stimulsoft.Report.Components.StiIcon,Stimulsoft.Report.Components.StiIconSetOperation,Stimulsoft.Report.Components.StiIconSetValueType,System.Single)"]

value
Type: SystemSingle

[Missing <param name="value"/> documentation for "M:Stimulsoft.Report.Components.StiIconSetItem.#ctor(Stimulsoft.Report.Components.StiIcon,Stimulsoft.Report.Components.StiIconSetOperation,Stimulsoft.Report.Components.StiIconSetValueType,System.Single)"]

See Also