Enum Visual.Type

    Definition

    Namespace:
    Tizen.NUI
    Assembly:
    Tizen.NUI.dll

    The index for the visual type.

    public enum Visual.Type

    Fields

    Name Description
    AnimatedGradient

    Renders an animated gradient.

    AnimatedImage

    Renders a animated image (animated GIF).

    AnimatedVectorImage

    Renders an animated vector image.

    Arc

    Renders an arc.

    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.

    Invalid

    Keyword for invalid visual type. (NUI only)

    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.

    Extension Methods

    EXamlExtensions.LoadFromEXamlByRelativePath<Visual.Type>(Visual.Type, string)
    Extensions.LoadFromXaml<Visual.Type>(Visual.Type, string)
    Extensions.LoadFromXaml<Visual.Type>(Visual.Type, Type)
    Extensions.LoadFromXamlFile<Visual.Type>(Visual.Type, string)
    • View Source
    Back to top Copyright © 2016-2025 Samsung
    Generated by DocFX