Click or drag to resize

smartInfoLineSection Constructor

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

Namespace:  imbACE.Services.textBlocks.smart
Assembly:  imbACE.Services (in imbACE.Services.dll) Version: 0.2
Syntax
C#
public smartInfoLineSection(
	int linePos,
	IPlatform platform,
	int __leftRightMargin = 0,
	int __leftRightPadding = 2
)
Request Example View Source

Parameters

linePos
Type: SystemInt32
platform
Type: imbACE.Services.platform.interfacesIPlatform
__leftRightMargin (Optional)
Type: SystemInt32
__leftRightPadding (Optional)
Type: SystemInt32
See Also