Skip to main content
Version: 3.5

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.

public enum SizeType : Enum

Fields

NameDescription
AbsoluteThe element should be sized to an exact number of pixels.
AutoSizeThe element should be automatically sized to share space with its peers.
PercentThe element should be sized as a percentage of the parent container.

Used By

NameDescription
LabelWrapper.SizeTypeReturns or sets how to determine the size of the label.
TableLayoutStyle.SizeTypeReturns or sets a flag indicating how a row or column should be sized relative to its containing table.