TableLayoutStyle Clase
Definición
Implementa la funcionalidad básica que representa el aspecto y el comportamiento de un diseño de tabla.Implements the basic functionality that represents the appearance and behavior of a table layout.
public ref class TableLayoutStyle abstract
[System.ComponentModel.TypeConverter(typeof(System.Windows.Forms.TableLayoutSettings/StyleConverter))]
public abstract class TableLayoutStyle
type TableLayoutStyle = class
Public MustInherit Class TableLayoutStyle
- Herencia
-
TableLayoutStyle
- Derivado
- Atributos
Comentarios
La TableLayoutStyle clase es una clase base común para las ColumnStyle clases RowStyle y, que describen la apariencia y el comportamiento de TableLayoutPanellas columnas y filas, respectivamente, en.The TableLayoutStyle class is a common base class for the ColumnStyle and RowStyle classes, which describe the appearance and behavior of columns and rows, respectively, in a TableLayoutPanel.
La serie de estilos que representan las columnas y filas actuales del diseño de la tabla actual se agregan en TableLayoutColumnStyleCollection y TableLayoutRowStyleCollection, respectivamente.The series of styles that represent the current columns and rows in the current table layout are aggregated in a TableLayoutColumnStyleCollection and TableLayoutRowStyleCollection, respectively.
Constructores
TableLayoutStyle() |
Inicializa una nueva instancia de la clase TableLayoutStyle.Initializes a new instance of the TableLayoutStyle class. |
Propiedades
SizeType |
Obtiene o establece un marcador que indica cómo se debe dimensionar una fila o columna en relación con la tabla que la contiene.Gets or sets a flag indicating how a row or column should be sized relative to its containing table. |
Métodos
Equals(Object) |
Determina si el objeto especificado es igual al objeto actual.Determines whether the specified object is equal to the current object. (Heredado de Object) |
GetHashCode() |
Sirve como función hash predeterminada.Serves as the default hash function. (Heredado de Object) |
GetType() |
Obtiene el Type de la instancia actual.Gets the Type of the current instance. (Heredado de Object) |
MemberwiseClone() |
Crea una copia superficial del Object actual.Creates a shallow copy of the current Object. (Heredado de Object) |
ToString() |
Devuelve un valor de tipo string que representa el objeto actual.Returns a string that represents the current object. (Heredado de Object) |