Class ColorVisual

    Definition

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

    A class encapsulating the property map of the color visual.

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

    Constructors

    View Source

    ColorVisual()

    Default constructor of ColorVisual class.

    Declaration
    public ColorVisual()

    Properties

    View Source

    Color

    Gets or sets the solid color required.
    Mandatory.

    Declaration
    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
    public bool RenderIfTransparent { get; set; }
    Property Value
    Type Description
    bool

    Methods

    View Source

    ComposingPropertyMap()

    Compose the out visual map.

    Declaration
    protected override void ComposingPropertyMap()
    Overrides
    VisualMap.ComposingPropertyMap()

    Implements

    System.IDisposable
    • View Source
    Back to top Copyright © 2016-2024 Samsung
    Generated by DocFX