Class ColorVisual

Definition

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

A class encapsulating the property map of the color visual.

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

Constructors

View Source

ColorVisual()

Constructor.

Declaration
C#
Copy
public ColorVisual()

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
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
bool

Methods

View Source

ComposingPropertyMap()

Compose the out visual map.

Declaration
C#
Copy
protected override void ComposingPropertyMap()
Overrides

Implements

System.IDisposable