Click or drag to resize
CornersParse Method (String)
Converts the specified string to Corners.

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 static Corners Parse(
	string value
)

Parameters

value
Type: SystemString
The string to convert.

Return Value

Type: Corners
Corners that represents the specified string.
See Also