Bagikan melalui


CreateUserWizard.InstructionTextStyle Properti

Definisi

Mendapatkan referensi ke kumpulan properti yang menentukan tampilan teks instruksi.

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

Nilai Properti

Referensi ke TableItemStyle yang berisi properti yang menentukan tampilan teks instruksi.

Atribut

Keterangan

Properti InstructionTextStyle menentukan tampilan teks instruksi dalam CreateUserWizard kontrol. Properti ini bersifat baca-saja; namun, Anda dapat mengatur properti TableItemStyle objek yang dikembalikannya. Anda dapat mengatur properti ini secara deklaratif dalam formulir Property-Subproperty, di mana Subproperty mewakili properti TableItemStyle kelas (misalnya, InstructionTextStyle-ForeColor). Anda dapat mengatur properti secara terprogram dalam formulir Property.Subproperty (misalnya, InstructionTextStyle.ForeColor).

Properti InstructionTextStyle mendefinisikan tampilan InstructionText properti .

Pengaturan gaya untuk InstructionTextStyle properti digabungkan dengan pengaturan gaya untuk CreateUserWizard kontrol. Pengaturan apa pun yang diterapkan dalam InstructionTextStyle properti akan menggantikan pengaturan terkait di properti CreateUserWizard kontrol.

Properti gaya berikut CreateUserWizard ini ditimpa oleh InstructionTextStyle pengaturan:

Namun, saat Anda menggunakan templat untuk menentukan tampilan CreateUserWizard kontrol, InstructionTextStyle properti tidak berpengaruh.

Berlaku untuk

Lihat juga