Click or drag to resize

styleFourSidesetup Method (Int32, Int32, acePaletteRole, Int32, styleBorderType, styleSideDirection)

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Setups the specified padding.

Namespace:  imbSCI.Core.reporting.style.core
Assembly:  imbSCI.Core (in imbSCI.Core.dll) Version: 0.3.58.
Syntax
C#
public void setup(
	int __padding,
	int __margin,
	acePaletteRole __borderColor,
	int __thickness,
	styleBorderType __type,
	params styleSideDirection[] directions
)
Request Example View Source

Parameters

__padding
Type: SystemInt32
The padding. -1 to ignore
__margin
Type: SystemInt32
The margin. -1 to ignore
__borderColor
Type: imbSCI.Core.reporting.colorsacePaletteRole
Color of the border. none to ignore
__thickness
Type: SystemInt32
The thickness. -1 to ignore
__type
Type: imbSCI.Core.reporting.style.enumsstyleBorderType
The type. unknown to ignore
directions
Type: imbSCI.Core.reporting.style.enumsstyleSideDirection
The directions.
See Also