TableLayoutStyle
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.5.0.0)
Implements the basic functionality that represents the appearance and behavior of a table layout.
- C#
- VB.NET
public class TableLayoutStyle : ICloneable
Public Class TableLayoutStyle
Inherits ICloneable
Properties
SizeType
SizeType: Returns or sets a flag indicating how a row or column should be sized relative to its containing table. (Default: AutoSize)
Inherited By
| Name | Description |
|---|---|
| ColumnStyle | Represents the look and feel of a column in a table layout. |
| RowStyle | Represents the look and feel of a row in a table layout. |