Click or drag to resize
LayoutDecoratorBase Constructor (Unit, Unit, Unit, Unit)
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(
	Unit top,
	Unit right,
	Unit bottom,
	Unit left
)

Parameters

top
Type: Kettic.AspNet.Controls.ChartModel.StylesUnit
Top side
right
Type: Kettic.AspNet.Controls.ChartModel.StylesUnit
Right side
bottom
Type: Kettic.AspNet.Controls.ChartModel.StylesUnit
Bottom side
left
Type: Kettic.AspNet.Controls.ChartModel.StylesUnit
Left side
See Also