PathInfoSvgSvgPathString Property |
Gets the string representation of the path as an SVG.
Namespace:
Dundas.BI.Utility.Map
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax public string SvgPathString {
get;
}
Public ReadOnly Property SvgPathString As String
Get
public:
property String^ SvgPathString {
String^ get ();
}
member SvgPathString : string with
get
Property Value
Type:
String
The string representation of the path in SVG.
See Also