FlatButtonAppearance::BorderSize Property

 

Gets or sets a value that specifies the size, in pixels, of the border around the button.

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

public:
[BrowsableAttribute(true)]
property int BorderSize {
	int get();
	void set(int value);
}

Property Value

Type: System::Int32

An Int32 representing the size, in pixels, of the border around the button.

.NET Framework
Available since 2.0
Return to top
Show: