Click or drag to resize

styleShotSet Constructor (appendRole, appendType, acePaletteVariationRole, acePaletteRole, Boolean, styleTheme)

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Initializes a new instance of the styleShotSet class

Namespace:  imbSCI.Core.reporting.style
Assembly:  imbSCI.Core (in imbSCI.Core.dll) Version: 0.3.58.
Syntax
C#
public styleShotSet(
	appendRole role,
	appendType type,
	acePaletteVariationRole colorRole,
	acePaletteRole paletteRole,
	bool isInverse,
	styleTheme theme
)
Request Example View Source

Parameters

role
Type: imbSCI.Core.reporting.style.enumsappendRole
type
Type: imbSCI.Data.enums.appendsappendType
colorRole
Type: imbSCI.Core.reporting.colorsacePaletteVariationRole
paletteRole
Type: imbSCI.Core.reporting.colorsacePaletteRole
isInverse
Type: SystemBoolean
theme
Type: imbSCI.Core.reporting.style.corestyleTheme
See Also