Enum VisualFittingModeType
Definition
- Assembly:
- Tizen.NUI.dll
The values of this enum determine how the visual should fit into the view.
public enum VisualFittingModeType
Fields
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. |