ProgressBar.Padding 屬性
定義
取得或設定 ProgressBar 控制項的邊緣和其內容之間的間距。Gets or sets the space between the edges of a ProgressBar control and its contents.
public:
property System::Windows::Forms::Padding Padding { System::Windows::Forms::Padding get(); void set(System::Windows::Forms::Padding value); };
[System.ComponentModel.Browsable(false)]
public System.Windows.Forms.Padding Padding { get; set; }
public System.Windows.Forms.Padding Padding { get; set; }
[<System.ComponentModel.Browsable(false)>]
member this.Padding : System.Windows.Forms.Padding with get, set
member this.Padding : System.Windows.Forms.Padding with get, set
Public Property Padding As Padding
屬性值
所有情況下都是 Empty。Empty in all cases.
- 屬性
備註
設定 Padding 屬性不會影響的外觀 ProgressBar 。Setting the Padding property will have no effect on the appearance of the ProgressBar.