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