Enum MeasureSpecification.ModeType
Definition
- Assembly:
- Tizen.NUI.dll
Size mode for this MeasureSpecification
public enum MeasureSpecification.ModeType
Fields
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. |