PathInfoSvgDataSvgPathString Property |
Gets the string representation of the path 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 = "SvgPathString")]
public string SvgPathString { get; set; }
<DataMemberAttribute(EmitDefaultValue := true, Name := "SvgPathString")>
Public Property SvgPathString As String
Get
Set
public:
[DataMemberAttribute(EmitDefaultValue = true, Name = L"SvgPathString")]
property String^ SvgPathString {
String^ get ();
void set (String^ value);
}
[<DataMemberAttribute(EmitDefaultValue = true, Name = "SvgPathString")>]
member SvgPathString : string with get, set
Property Value
Type:
String
The string representation of the path in SVG.
See Also