SizeType
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.5.0.0)
Specifies how an element a UI element should be sized relative to the parent container.
- C#
- VB.NET
public enum SizeType : Enum
Public Enum SizeType As [Enum]
Fields
| Name | Description |
|---|---|
| Absolute | The element should be sized to an exact number of pixels. |
| AutoSize | The element should be automatically sized to share space with its peers. |
| Percent | The element should be sized as a percentage of the parent container. |
Used By
| Name | Description |
|---|---|
| LabelWrapper.SizeType | Returns or sets how to determine the size of the label. |
| TableLayoutStyle.SizeType | Returns or sets a flag indicating how a row or column should be sized relative to its containing table. |