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