Nevron .NET Vision
Nevron.Diagram.Maps Namespace / NMapLayer Class / TextColumn Property


In This Topic
    TextColumn Property
    In This Topic
    Determines the data column to use for labeling of the diagram elements created from this map layer.
    Syntax
    'Declaration
     
    
    Public Property TextColumn As System.String
    'Usage
     
    
    Dim instance As NMapLayer
    Dim value As System.String
     
    instance.TextColumn = value
     
    value = instance.TextColumn
    public System.string TextColumn {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