Enum DrawModeType

    Definition

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

    Enumeration for the instance of how the actor and it's children will be drawn.

    public enum DrawModeType

    Fields

    Name Description
    Normal

    The default draw-mode.

    Overlay2D

    Draw the actor and its children as an overlay.

    Stencil

    Will be replaced by separate ClippingMode enum. Draw the actor and its children into the stencil buffer.

    Extension Methods

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