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