Class DepthIndexRanges
Definition
- 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
-
objectDepthIndexRanges
Fields
View SourceBackground
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 |
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 |
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 |
Decoration
If DepthIndex of a Renderable is between Content and Decoration
Declaration
public static readonly int Decoration
Field Value
| Type | Description |
|---|---|
| int |
ForegroundEffect
If DepthIndex of a Renderable is between Content and Decoration
Declaration
public static readonly int ForegroundEffect
Field Value
| Type | Description |
|---|---|
| int |