Nevron .NET Vision
Nevron.Diagram.Maps Namespace / NMapLabel Class / Weight Field


In This Topic
    Weight Field (NMapLabel)
    In This Topic
    The weight of the label. It is used to determine which label should remain visible when two or more labels overlap. Labels with greater Weight have priority.
    Syntax
    'Declaration
     
    
    Public Weight As System.Single
    'Usage
     
    
    Dim instance As NMapLabel
    Dim value As System.Single
     
    value = instance.Weight
     
    instance.Weight = value
    public System.float Weight
    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