CornersBottomRight Property |
Gets and sets the type of the bottom right 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 BottomRight { get; set; }
Public Property BottomRight As CornerType
Get
Set
public:
property CornerType BottomRight {
CornerType get ();
void set (CornerType value);
}
member BottomRight : CornerType with get, set
Property Value
Type:
CornerTypeType of bottom right corner
See Also