RegionsList(ListRegionBase, ContentPlacement, Int32, Int32) Constructor

Initializes a new instance of the RegionsList class

Definition

Namespace: SMath.Controls
Assembly: SMath.Controls (in SMath.Controls.dll) Version: 1.2.9018.0
C#
public RegionsList(
	List<RegionBase> regions,
	ContentPlacement placement,
	int startingFromPage,
	int pagesCount
)

Parameters

regions  ListRegionBase
 
placement  ContentPlacement
 
startingFromPage  Int32
 
pagesCount  Int32
 

See Also