Enum RenderMode

    Definition

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

    Enumeration for the controls of how this renderer uses its stencil properties and writes to the color buffer.

    public enum RenderMode

    Fields

    Name Description
    Auto

    Managed by the View Clipping API. This is the default.

    Color

    Ingore stencil properties. Write to the color buffer.

    ColorStencil

    Use the stencil properties AND Write to the color buffer.

    None

    Do not write to either color or stencil buffer (But will potentially render to depth buffer).

    Stencil

    Use the stencil properties. Do not write to the color buffer.

    Extension Methods

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