Nevron .NET Vision
Nevron.Diagram Namespace / NBoundsLabel Class / NBoundsLabel Constructor / NBoundsLabel Constructor(String,Guid,NMargins)
text
unique unique id of the anchor node
margins in percents


In This Topic
    NBoundsLabel Constructor(String,Guid,NMargins)
    In This Topic
    Initializer constructor
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal text As System.String, _
       ByVal anchorUniqueId As System.Guid, _
       ByVal margins As NMargins _
    )
    'Usage
     
    
    Dim text As System.String
    Dim anchorUniqueId As System.Guid
    Dim margins As NMargins
     
    Dim instance As New NBoundsLabel(text, anchorUniqueId, margins)
    public NBoundsLabel( 
       System.string text,
       System.Guid anchorUniqueId,
       NMargins margins
    )

    Parameters

    text
    text
    anchorUniqueId
    unique unique id of the anchor node
    margins
    margins in percents
    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