Bagikan melalui


TableLayoutSettings.RowStyles Properti

Definisi

Mendapatkan koleksi gaya yang digunakan untuk menentukan tampilan dan nuansa baris tata letak tabel.

public:
 property System::Windows::Forms::TableLayoutRowStyleCollection ^ RowStyles { System::Windows::Forms::TableLayoutRowStyleCollection ^ get(); };
public System.Windows.Forms.TableLayoutRowStyleCollection RowStyles { get; }
member this.RowStyles : System.Windows.Forms.TableLayoutRowStyleCollection
Public ReadOnly Property RowStyles As TableLayoutRowStyleCollection

Nilai Properti

TableLayoutRowStyleCollection yang berisi gaya baris untuk tabel tata letak.

Keterangan

RowStyles Gunakan properti untuk mengakses properti gaya baris tertentu. Urutan gaya dalam cocok System.Windows.Forms.TableLayoutRowStyleCollection dengan urutan baris terkait dalam tabel tata letak.

Berlaku untuk

Lihat juga