TableLayoutSettings.RowStyles 属性

定义

获取用于确定表布局行的外观的样式集合。

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

属性值

一个包含布局表的行样式的 TableLayoutRowStyleCollection

注解

RowStyles使用 属性访问特定行的样式属性。 中 System.Windows.Forms.TableLayoutRowStyleCollection 样式的顺序与布局表中相应行的顺序匹配。

适用于

另请参阅