Nevron .NET Vision
Nevron.Diagram Namespace / NLayer Class / EnableShowInZoomRange Property


In This Topic
    EnableShowInZoomRange Property
    In This Topic
    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.
    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
    [System.ComponentModel.Category("Behavior")]
    [System.ComponentModel.Description("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.DefaultValue(false)]
    [System.Xml.Serialization.XmlAttribute()]
    public System.bool EnableShowInZoomRange {get; set;}
    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