ProgressBar.DefaultSize 屬性
定義
取得控制項的預設大小。Gets the default size of the control.
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
屬性值
Size,表示控制項的預設大小。A Size that represents the default size of the control.