PropertyGrid::ViewBorderColor Property

.NET Framework (current version)
 

Gets or sets the color of the border surrounding the grid area.

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

public:
property Color ViewBorderColor {
	Color get();
	void set(Color value);
}

Property Value

Type: System.Drawing::Color

The color of the property grid border.

.NET Framework
Available since 4.5
Return to top
Show: