Class ColorVisual
Definition
- Assembly:
- Tizen.NUI.dll
A class encapsulating the property map of the color visual.
public class ColorVisual : VisualMap, IDisposable
- Inheritance
- Implements
-
System.IDisposable
Constructors
View SourceColorVisual()
Constructor.
Declaration
public ColorVisual()
Properties
View SourceColor
Gets or sets the solid color required.
Mandatory.
Declaration
public Color Color { get; set; }
Property Value
Type | Description |
---|---|
Color |
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
public bool RenderIfTransparent { get; set; }
Property Value
Type | Description |
---|---|
bool |
Methods
View SourceComposingPropertyMap()
Compose the out visual map.
Declaration
protected override void ComposingPropertyMap()
Overrides
Implements
System.IDisposable