Nevron.Diagram Namespace / NLayer Class / EnableShowInZoomRange Property


EnableShowInZoomRange Property
Syntax
'Declaration
 
<System.ComponentModel.CategoryAttribute("Behavior")>
<System.ComponentModel.DescriptionAttribute("Gets/sets whether the layer should only be shown if the current zoom factor is in the Min/Max Zoom factor range specified by the MinShowZoomFactor and MaxShowZoomFactor properties")>
<System.ComponentModel.DefaultValueAttribute(False)>
<System.Xml.Serialization.XmlAttributeAttribute()>
Public Property EnableShowInZoomRange As System.Boolean
 
'Usage
 
Dim instance As NLayer
Dim value As System.Boolean
 
instance.EnableShowInZoomRange = value
 
value = instance.EnableShowInZoomRange
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also