Enum DisplayAspectMode
Enumerates values that define how a media content is displayed.
Namespace: Tizen.Wearable.CircularUI.Forms
Assembly: Tizen.Wearable.CircularUI.Forms.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. |