Class ColorVisual
Definition
- Assembly:
- Tizen.NUI.dll
A class encapsulating the property map of the color visual.
public class ColorVisual : VisualMap
- Inheritance
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 |
Methods
View SourceComposingPropertyMap()
Compose the out visual map.
Declaration
protected override void ComposingPropertyMap()