Class ColorVisual

Definition

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

A class encapsulating the property map of the color visual.

C#
Copy
public class ColorVisual : VisualMap, IDisposable
Inheritance
System.Object
ColorVisual
Implements
System.IDisposable

Constructors

View Source

ColorVisual()

Constructor.

Declaration
C#
Copy
public ColorVisual()
API Level: 3

Properties

View Source

Color

Gets or sets the solid color required.
Mandatory.

Declaration
C#
Copy
public Color Color { get; set; }
Property Value
Type Description
Color
API Level: 3
View Source

RenderIfTransparent

Gets or sets whether to render if the MixColor is transparent. By default it is false, which means that the ColorVisual will not render if the MIX_COLOR is transparent.

Declaration
C#
Copy
public bool RenderIfTransparent { get; set; }
Property Value
Type Description
Boolean
API Level: 5

Methods

View Source

ComposingPropertyMap()

Compose the out visual map.

Declaration
C#
Copy
protected override void ComposingPropertyMap()
Overrides
API Level: 3

Implements

System.IDisposable