Click or drag to resize
Corners Constructor (CornerType, CornerType, CornerType, CornerType, Int32)
Create new instance of Corners 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 Corners(
	CornerType topLeft,
	CornerType topRight,
	CornerType bottomLeft,
	CornerType bottomRight,
	int roundSize
)

Parameters

topLeft
Type: Kettic.AspNet.Controls.ChartModel.StylesCornerType
Type of top left corner
topRight
Type: Kettic.AspNet.Controls.ChartModel.StylesCornerType
Type of top right corner
bottomLeft
Type: Kettic.AspNet.Controls.ChartModel.StylesCornerType
Type of bottom left corner
bottomRight
Type: Kettic.AspNet.Controls.ChartModel.StylesCornerType
Type of bottom right corner
roundSize
Type: SystemInt32
RoundSize of corners
See Also