Gets or sets the radius of the corners of the rectangle.

Namespace:  BeeMobile.TransparentControls.Primitives
Assembly:  BeeMobile.TPanels.NET35 (in BeeMobile.TPanels.NET35.dll) Version: 3.5.8.5

Syntax

C#
public int CornerRadius { get; set; }
Visual Basic (Declaration)
Public Property CornerRadius As Integer
Visual C++
public:
property int CornerRadius {
	int get ();
	void set (int value);
}

See Also