Enum MeasureSpecification.ModeType

Definition

Namespace:
Tizen.NUI
Assembly:
Tizen.NUI.dll
API Level:
6

Size mode for this MeasureSpecification

C#
Copy
public enum ModeType
Name Description
AtMost

This is used by the parent to impose a maximum size on the child. The child must guarantee that it and all of it's descendants will fit within this size.

Exactly

This is used by a parent to impose an exact size on the child. The child must use this size, and guarantee that all of its descendants will fit within this size.

Unspecified

This is used by a parent to determine the desired dimension of a child layout.