ToolStripProfessionalRenderer::RoundedEdges Property

 

Gets or sets a value indicating whether edges of controls have a rounded rather than a square or sharp appearance.

Namespace:   System.Windows.Forms
Assembly:  System.Windows.Forms (in System.Windows.Forms.dll)

public:
property bool RoundedEdges {
	bool get();
	void set(bool value);
}

Property Value

Type: System::Boolean

true to round off control edges; otherwise, false.

.NET Framework
Available since 2.0
Return to top
Show: