TableLayoutStyle 类

定义

实现表示表布局的外观和行为的基本功能。

public ref class TableLayoutStyle abstract
[System.ComponentModel.TypeConverter(typeof(System.Windows.Forms.TableLayoutSettings+StyleConverter))]
public abstract class TableLayoutStyle
[<System.ComponentModel.TypeConverter(typeof(System.Windows.Forms.TableLayoutSettings+StyleConverter))>]
type TableLayoutStyle = class
Public MustInherit Class TableLayoutStyle
继承
TableLayoutStyle
派生
属性

注解

TableLayoutStyle类是类的常见基类ColumnStyleRowStyle,分别描述列和行TableLayoutPanel的外观和行为。

表示当前表布局中的当前列和行的样式系列分别聚合在 a 和TableLayoutRowStyleCollectionTableLayoutColumnStyleCollection

构造函数

TableLayoutStyle()

初始化 TableLayoutStyle 类的新实例。

属性

SizeType

获取或设置一个标志,该标志指示应如何相对于其包含的表调整行或列的大小。

方法

Equals(Object)

确定指定对象是否等于当前对象。

(继承自 Object)
GetHashCode()

作为默认哈希函数。

(继承自 Object)
GetType()

获取当前实例的 Type

(继承自 Object)
MemberwiseClone()

创建当前 Object 的浅表副本。

(继承自 Object)
ToString()

返回表示当前对象的字符串。

(继承自 Object)

适用于

另请参阅