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


In This Topic
    MinShowZoomFactor Property (NLayer)
    In This Topic
    Gets/sets the minimal zoom factor after which the layer is shown. If the EnableShowInZoomRange is set to true the layer is only shown, if the current zoom factor is larger than this setting. By default set to 0.
    Syntax
    'Declaration
     
    
    <System.ComponentModel.CategoryAttribute("Behavior")>
    <System.ComponentModel.DescriptionAttribute("Gets/sets the minimal zoom factor after which the layer is shown. If the EnableShowInZoomRange is set to true the layer is only shown, if the current zoom factor is larger than this setting. By default set to 0.")>
    <System.ComponentModel.DefaultValueAttribute(0)>
    <System.Xml.Serialization.XmlAttributeAttribute()>
    Public Property MinShowZoomFactor As System.Single
    'Usage
     
    
    Dim instance As NLayer
    Dim value As System.Single
     
    instance.MinShowZoomFactor = value
     
    value = instance.MinShowZoomFactor
    [System.ComponentModel.Category("Behavior")]
    [System.ComponentModel.Description("Gets/sets the minimal zoom factor after which the layer is shown. If the EnableShowInZoomRange is set to true the layer is only shown, if the current zoom factor is larger than this setting. By default set to 0.")]
    [System.ComponentModel.DefaultValue(0)]
    [System.Xml.Serialization.XmlAttribute()]
    public System.float MinShowZoomFactor {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