Click or drag to resize

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

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

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,
	Color __borderColor,
	int __thickness,
	styleBorderType __type,
	params styleSideDirection[] directions
)
Request Example View Source

Parameters

__padding
Type: SystemInt32
__margin
Type: SystemInt32
__borderColor
Type: System.DrawingColor
__thickness
Type: SystemInt32
__type
Type: imbSCI.Core.reporting.style.enumsstyleBorderType
directions
Type: imbSCI.Core.reporting.style.enumsstyleSideDirection
See Also