Class ColorVisual
Definition
- Assembly:
- Tizen.NUI.dll
A class encapsulating the property map of the color visual.
C#Copypublic class ColorVisual : VisualMap, IDisposable
- Inheritance
- Implements
-
System.IDisposable
Constructors
Declaration
C#Copypublic ColorVisual()
Properties
Declaration
C#Copypublic 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#Copypublic bool RenderIfTransparent { get; set; }
Property Value
| Type | Description |
|---|---|
| bool |
Methods
Declaration
C#Copyprotected override void ComposingPropertyMap()
Overrides
Implements
System.IDisposable