Enum VisualFittingModeType
Definition
- Namespace:
- Tizen.NUI
- Assembly:
- Tizen.NUI.dll
- API Level:
- 5
The values of this enum determine how the visual should fit into the view.
C#Copypublic enum VisualFittingModeType
Name | Description |
---|---|
Fill | The visual should be stretched to fill, not preserving aspect ratio. |
FitKeepAspectRatio | The visual should be scaled to fit, preserving aspect ratio. |