Click or drag to resize

styleSidesetup Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Setups the specified color role.

Namespace:  imbSCI.Core.reporting.style.core
Assembly:  imbSCI.Core (in imbSCI.Core.dll) Version: 0.3.58.
Syntax
C#
public void setup(
	acePaletteRole __colorRole = acePaletteRole.none,
	int __thickness = -1,
	int __padding = -1,
	int __margin = -1,
	styleBorderType __type = styleBorderType.unknown
)
Request Example View Source

Parameters

__colorRole (Optional)
Type: imbSCI.Core.reporting.colorsacePaletteRole
The color role. Unknown for no changes
__thickness (Optional)
Type: SystemInt32
The thickness. -1 for no changes
__padding (Optional)
Type: SystemInt32
The padding.-1 for no changes
__margin (Optional)
Type: SystemInt32
The margin.-1 for no changes
__type (Optional)
Type: imbSCI.Core.reporting.style.enumsstyleBorderType
The type. Unknown for no changes
See Also