MapDataInfoSvgDataWidth Property |
Gets the width of the SVG element.
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 = "Width")]
public int Width { get; set; }
<DataMemberAttribute(EmitDefaultValue := true, Name := "Width")>
Public Property Width As Integer
Get
Set
public:
[DataMemberAttribute(EmitDefaultValue = true, Name = L"Width")]
property int Width {
int get ();
void set (int value);
}
[<DataMemberAttribute(EmitDefaultValue = true, Name = "Width")>]
member Width : int with get, set
Property Value
Type:
Int32
The width of the SVG element.
See Also