ShapeInfoSvgDataSvgShapeString Property |
Gets the string representation of the shape as an SVG.
Namespace:
Dundas.BI.WebApi.Models
Assembly:
Dundas.BI.WebApiCore (in Dundas.BI.WebApiCore.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax [DataMemberAttribute(EmitDefaultValue = true, Name = "SvgShapeString")]
public string SvgShapeString { get; set; }
<DataMemberAttribute(EmitDefaultValue := true, Name := "SvgShapeString")>
Public Property SvgShapeString As String
Get
Set
public:
[DataMemberAttribute(EmitDefaultValue = true, Name = L"SvgShapeString")]
property String^ SvgShapeString {
String^ get ();
void set (String^ value);
}
[<DataMemberAttribute(EmitDefaultValue = true, Name = "SvgShapeString")>]
member SvgShapeString : string with get, set
Property Value
Type:
String
The string representation of the shape in SVG.
See Also