Enum Window.BorderResizePolicyType
Definition
- Assembly:
- Tizen.NUI.dll
This enum is the policy when resizing the border window.
public enum Window.BorderResizePolicyType
Fields
| Name | Description |
|---|---|
| Fixed | The window is not resized and is fixed. |
| Free | The window can be resized freely. |
| KeepRatio | The window is resized according to the ratio. |