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