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