TemplateDataWidth Property |
Gets or sets the width.
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(Name = "width", EmitDefaultValue = false)]
public double Width { get; set; }
<DataMemberAttribute(Name := "width", EmitDefaultValue := false)>
Public Property Width As Double
Get
Set
public:
[DataMemberAttribute(Name = L"width", EmitDefaultValue = false)]
property double Width {
double get ();
void set (double value);
}
[<DataMemberAttribute(Name = "width", EmitDefaultValue = false)>]
member Width : float with get, set
Property Value
Type:
Double
The width.
See Also