Nevron .NET Vision
Nevron.Diagram.Maps Namespace / NMapLabelsShape Class / MapLabels Property


In This Topic
    MapLabels Property
    In This Topic
    Gets the map labels collection of this map labels shape.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property MapLabels As NMapLabelCollection
    'Usage
     
    
    Dim instance As NMapLabelsShape
    Dim value As NMapLabelCollection
     
    value = instance.MapLabels
    public NMapLabelCollection MapLabels {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