Enum ViewVisualContainerRange
Definition
- Namespace:
- Tizen.NUI.BaseComponents
- Assembly:
- Tizen.NUI.dll
Range of visual for the container.
public enum ViewVisualContainerRange
Fields
| Name | Description |
|---|---|
| Background | Visual will be rendered under the background. |
| Content | Visual will be rendered under the content. It is default value. |
| Decoration | Visual will be rendered under the decoration. |
| ForegroundEffect | Visual will be rendered above the foreground effect. |
| Invalid | Invalid enum. |
| Shadow | Visual will be rendered under the shadow. |