CornersBottomLeft Property |
Gets and sets the type of the bottom left corner of the rectangular shape.
Namespace: Kettic.AspNet.Controls.ChartModel.StylesAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic CornerType BottomLeft { get; set; }
Public Property BottomLeft As CornerType
Get
Set
public:
property CornerType BottomLeft {
CornerType get ();
void set (CornerType value);
}
member BottomLeft : CornerType with get, set
Property Value
Type:
CornerTypeType of bottom left corner
See Also