SizeType
Wisej.Web.SizeType
Namespace: Wisej.Web
Assembly: Wisej.Framework (2.2.0.0)
Specifies how an element a UI element should be sized relative to the parent container.
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
Returns or sets how to determine the size of the label.
Returns or sets a flag indicating how a row or column should be sized relative to its containing table.
Last updated