ViewportDataMaximumZoomLevel Property |
Gets or sets the maximum allowed zoom level or scaling factor.
Namespace:
Dundas.BI.Utility.Map
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.4.0.1000)
Syntaxpublic float? MaximumZoomLevel { get; set; }Public Property MaximumZoomLevel As Single?
Get
Set
public:
property Nullable<float> MaximumZoomLevel {
Nullable<float> get ();
void set (Nullable<float> value);
}member MaximumZoomLevel : Nullable<float32> with get, set
Property Value
Type:
NullableSingleA value greater than or equal to 0.1, or
if unset.
See Also