ToolStripProgressBar::DefaultSize Property

 

Gets the height and width of the ToolStripProgressBar in pixels.

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

protected:
property Size DefaultSize {
	virtual Size get() override;
}

Property Value

Type: System.Drawing::Size

A Point value representing the height and width.

.NET Framework
Available since 2.0
Return to top
Show: