Enum DisplayAspectMode
Enumerates values that define how a media content is displayed.
Namespace: Tizen.Theme.Common
Assembly: Tizen.Theme.Common.dll
Syntax
public enum DisplayAspectMode
Fields
Name | Description |
---|---|
AspectFill | Scale the media content to fill the view. |
AspectFit | Scale the media content to fit the view. |
Fill | Scale the media content to so it exactly fills the view. |
OrignalSize | The original size of the media content. |