Enum Aspect
Defines how an image is displayed.
Namespace: Tizen.UIExtensions.Common
Assembly: Tizen.UIExtensions.NUI.dll
Syntax
public enum Aspect
Fields
Name | Description |
---|---|
AspectFill | Scale the image to fill the view. Some parts may be clipped in order to fill the view. |
AspectFit | Scale the image to fit the view. Some parts may be left empty (letter boxing). |
Fill | Scale the image so it exactly fills the view. Scaling may not be uniform in X and Y. |