Class SVGVisual

Definition

Namespace:
Tizen.NUI
Assembly:
Tizen.NUI.dll
API Level:
3

A class encapsulating the property map of the SVG visual.

C#
Copy
public class SVGVisual : VisualMap, IDisposable
Inheritance
System.Object
SVGVisual
Implements
System.IDisposable

Constructors

View Source

SVGVisual()

Constructor.

Declaration
C#
Copy
public SVGVisual()
API Level: 3

Properties

View Source

URL

The url of the svg resource.

Declaration
C#
Copy
public string URL { get; set; }
Property Value
Type Description
System.String
API Level: 3

Methods

View Source

ComposingPropertyMap()

Compose the out visual map.

Declaration
C#
Copy
protected override void ComposingPropertyMap()
Overrides
API Level: 3

Implements

System.IDisposable