'Declaration
<System.ComponentModel.CategoryAttribute("Behavior")> <System.ComponentModel.DescriptionAttribute("Gets/sets the maximum zoom factor below which the layer is shown. If the EnableShowInZoomRange is set to true the layer is only shown, if the current zoom factor is smaller than this setting. By default set to Single.MaxValue.")> <System.ComponentModel.DefaultValueAttribute(3.402823E+38)> <System.Xml.Serialization.XmlAttributeAttribute()> Public Property MaxShowZoomFactor As System.Single
'Usage
Dim instance As NLayer Dim value As System.Single instance.MaxShowZoomFactor = value value = instance.MaxShowZoomFactor
[System.ComponentModel.Category("Behavior")] [System.ComponentModel.Description("Gets/sets the maximum zoom factor below which the layer is shown. If the EnableShowInZoomRange is set to true the layer is only shown, if the current zoom factor is smaller than this setting. By default set to Single.MaxValue.")] [System.ComponentModel.DefaultValue(3.402823E+38)] [System.Xml.Serialization.XmlAttribute()] public System.float MaxShowZoomFactor {get; set;}