Enum SizeScalePolicyType
Definition
- Namespace:
- Tizen.NUI
- Assembly:
- Tizen.NUI.dll
- API Level:
- 3
Enumeration for policies to determine how an actor should resize itself when having its size set in size negotiation.
C#Copypublic enum SizeScalePolicyType
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. |