Gets or sets the maximum width.
Namespace:
Dundas.BI.Entities.Views
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax public double? MaxWidth { get; set; }
Public Property MaxWidth As Double?
Get
Set
public:
property Nullable<double> MaxWidth {
Nullable<double> get ();
void set (Nullable<double> value);
}
member MaxWidth : Nullable<float> with get, set
Property Value
Type:
NullableDouble
The maximum width.
See Also