UserControl.BorderStyle 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定使用者控制項的框線樣式。
public:
property System::Windows::Forms::BorderStyle BorderStyle { System::Windows::Forms::BorderStyle get(); void set(System::Windows::Forms::BorderStyle value); };
[System.ComponentModel.Browsable(true)]
public System.Windows.Forms.BorderStyle BorderStyle { get; set; }
[<System.ComponentModel.Browsable(true)>]
member this.BorderStyle : System.Windows.Forms.BorderStyle with get, set
Public Property BorderStyle As BorderStyle
屬性值
其中一個 BorderStyle 值。 預設為 Fixed3D。
- 屬性
例外狀況
指派的值不是其中一個 BorderStyle 值。
備註
BorderStyle當 屬性設定為 Fixed3D 時,控制項具有下凹的三維外觀。 若要顯示平面細框線,請將 BorderStyle 屬性設定為 FixedSingle 。