Class SVGVisual

    Definition

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

    A class encapsulating the property map of the SVG visual.

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

    Constructors

    View Source

    SVGVisual()

    Default constructor of SVGVisual class.

    Declaration
    public SVGVisual()

    Properties

    View Source

    URL

    The url of the svg resource.

    Declaration
    public string URL { get; set; }
    Property Value
    Type Description
    string

    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