ToolStripProgressBar.DefaultSize Property

Definition

Gets the height and width of the ToolStripProgressBar in pixels.

protected:
 virtual property System::Drawing::Size DefaultSize { System::Drawing::Size get(); };
protected override System.Drawing.Size DefaultSize { get; }
member this.DefaultSize : System.Drawing.Size
Protected Overrides ReadOnly Property DefaultSize As Size

Property Value

A Point(Size) value representing the height and width.

Applies to