Enum SizeScalePolicyType
Definition
- Assembly:
- Tizen.NUI.dll
Enumeration for policies to determine how an actor should resize itself when having its size set in size negotiation.
public enum SizeScalePolicyType
Fields
Name | Description |
---|---|
FillWithAspectRatio | Fit within the size set maintaining natural size aspect ratio. |
FitWithAspectRatio | Fit within the size set maintaining natural size aspect ratio. |
UseSizeSet | Use the size that was set. |