Struct ColorVisualProperty

Definition

Namespace:
Tizen.NUI
Assembly:
Tizen.NUI.dll
API Level:
3

This specifies properties of the ColorVisual.

C#
Copy
public struct ColorVisualProperty

Fields

View Source

MixColor

The solid color required.

Declaration
C#
Copy
public static readonly int MixColor
Field Value
Type Description
Int32
API Level: 3
View Source

RenderIfTransparent

Whether to render if the MixColor is transparent.

Declaration
C#
Copy
public static readonly int RenderIfTransparent
Field Value
Type Description
Int32
API Level: 5