Class SVGVisual

Definition

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

A class encapsulating the property map of the SVG visual.

C#
Copy
public class SVGVisual : VisualMap
Inheritance
object
SVGVisual

Constructors

View Source

SVGVisual()

Constructor.

Declaration
C#
Copy
public SVGVisual()

Properties

View Source

URL

The url of the svg resource.

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

Methods

View Source

ComposingPropertyMap()

Compose the out visual map.

Declaration
C#
Copy
protected override void ComposingPropertyMap()
Overrides