Click or drag to resize
LayoutDecoratorBase Constructor (Int32, Int32, Int32, Int32)
Creates new instance of LayoutDecoratorBase class.

Namespace: Kettic.AspNet.Controls.ChartModel.Styles
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public LayoutDecoratorBase(
	int top,
	int right,
	int bottom,
	int left
)

Parameters

top
Type: SystemInt32
Top side
right
Type: SystemInt32
Right side
bottom
Type: SystemInt32
Bottom side
left
Type: SystemInt32
Left side
See Also