Class SVGVisual
Definition
- Assembly:
- Tizen.NUI.dll
A class encapsulating the property map of the SVG visual.
public class SVGVisual : VisualMap
- Inheritance
Constructors
View SourceSVGVisual()
Constructor.
Declaration
public SVGVisual()
Properties
View SourceURL
The url of the svg resource.
Declaration
public string URL { get; set; }
Property Value
Type | Description |
---|---|
string |
Methods
View SourceComposingPropertyMap()
Compose the out visual map.
Declaration
protected override void ComposingPropertyMap()