Enum Visual.Type
Definition
- Assembly:
- Tizen.NUI.dll
The index for the visual type.
public enum Visual.Type
Fields
| Name | Description |
|---|---|
| AnimatedImage | Renders a animated image (animated GIF). |
| Border | Renders a solid color as an internal border to the control's quad. |
| Color | Renders a solid color to the control's quad. |
| Gradient | Renders a smooth transition of colors to the control's quad. |
| Image | Renders an image into the control's quad. |
| Mesh | Renders a mesh using an "obj" file, optionally with textures provided by an "mtl" file. |
| NPatch | Renders an NPatch image. |
| Primitive | Renders a simple 3D shape, such as a cube or a sphere. |
| SVG | Renders an SVG image. |
| Text | Renders text. |
| Wireframe | Renders a simple wire-frame outlining a quad. |