Nevron .NET Vision
Nevron.Diagram.Maps Namespace / NMapBounds Structure / IsAuto Property


In This Topic
    IsAuto Property
    In This Topic
    Gets whether this map bounds object is set to Auto, which is true if at least one of the min or max longitudes or latitudes is set to Double.NaN.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property IsAuto As System.Boolean
    'Usage
     
    
    Dim instance As NMapBounds
    Dim value As System.Boolean
     
    value = instance.IsAuto
    public System.bool IsAuto {get;}
    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