ShapeInfoSvgSvgShapeString Property |
Gets the string representation of the shape 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 SvgShapeString {
get;
}
Public ReadOnly Property SvgShapeString As String
Get
public:
property String^ SvgShapeString {
String^ get ();
}
member SvgShapeString : string with
get
Property Value
Type:
String
The string representation of the shape in SVG.
See Also