Nevron.Diagram Namespace / NLayer Class / MaxShowZoomFactor Property


MaxShowZoomFactor Property (NLayer)
Syntax
'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
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