Share via


ChangePassword.ContinueButtonStyle 屬性

定義

取得定義 Style 控制項上 [繼續] 按鈕外觀之 ChangePassword 屬性集合的參考。

public:
 property System::Web::UI::WebControls::Style ^ ContinueButtonStyle { System::Web::UI::WebControls::Style ^ get(); };
[System.Web.UI.PersistenceMode(System.Web.UI.PersistenceMode.InnerProperty)]
public System.Web.UI.WebControls.Style ContinueButtonStyle { get; }
[<System.Web.UI.PersistenceMode(System.Web.UI.PersistenceMode.InnerProperty)>]
member this.ContinueButtonStyle : System.Web.UI.WebControls.Style
Public ReadOnly Property ContinueButtonStyle As Style

屬性值

Style

Style 物件,定義 [繼續] 按鈕的外觀。 預設為 null

屬性

備註

下表列出可使用 屬性自訂的 ContinueButtonStyle 樣式設定。

設定 說明
BackColor [繼續] 按鈕的色彩。 色彩可以是任何 Color 屬性。
BorderColor [繼續] 按鈕周圍的框線色彩。 色彩可以是任何 Color 屬性。
BorderStyle [繼續] 按鈕周圍的框線樣式。 樣式可以是 "None" 、、、 "Dashed""Groove" "Double" "Solid""Ridge" 、、 "Inset" 或 。 "Outset" "Dotted" 預設為 "NotSet"。 除非值大於 2, BorderWidth 否則某些樣式不會清楚顯示。
BorderWidth [繼續] 按鈕周圍框線的寬度。
CssClass 用來呈現 [繼續] 按鈕的級聯樣式表單 (CSS) 類別。 如果指定其他設定,則會覆寫樣式表單設定。
Font-Bold true 顯示粗體類型的 [繼續] 按鈕文字。
Font-Italic true 顯示斜體類型的 [繼續] 按鈕文字。
Font-Names 字型臉部的名稱。
Font-Overline true 顯示上方一行的 [繼續] 按鈕文字。
Font-Size [繼續] 按鈕中的文字大小做為 FontUnit 物件。
Font-Strikeout true 顯示 [繼續] 按鈕文字,如已交叉顯示。
Font-Underline true 表示顯示具有底線的 [繼續] 按鈕文字。
ForeColor [繼續] 按鈕中的文字色彩。 色彩可以是任何 Color 屬性。
Height Unit 表示 [繼續] 按鈕的高度。
Width Unit 表示 [繼續] 按鈕的寬度。

適用於

另請參閱