Class DepthIndexRanges

    Definition

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

    DepthIndex is used to define order of Renderable in a View A Renderable has larger number of DepthIndex will be rendered after than those have small number of DepthIndex.

    public sealed class DepthIndexRanges
    Inheritance
    object
    DepthIndexRanges

    Fields

    View Source

    Background

    If DepthIndex of a Renderable is between BackgroundEffect and Background The Renderable is rendered after shadow and before background of the View.

    Declaration
    public static readonly int Background
    Field Value
    Type Description
    int
    View Source

    BackgroundEffect

    If DepthIndex of a Renderable is set below the BackgroundEffect, The Renderable is rendered before the shadow of the View.

    Declaration
    public static readonly int BackgroundEffect
    Field Value
    Type Description
    int
    View Source

    Content

    If DepthIndex of a Renderable is between Background and Content The Renderable is rendered after background and before content of the View. For example, the Content of ImageView is image.

    Declaration
    public static readonly int Content
    Field Value
    Type Description
    int
    View Source

    Decoration

    If DepthIndex of a Renderable is between Content and Decoration

    Declaration
    public static readonly int Decoration
    Field Value
    Type Description
    int
    View Source

    ForegroundEffect

    If DepthIndex of a Renderable is between Content and Decoration

    Declaration
    public static readonly int ForegroundEffect
    Field Value
    Type Description
    int

    Extension Methods

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