Nevron.Diagram Namespace / NLogicalLineLabel Class / NLogicalLineLabel Constructor / NLogicalLineLabel Constructor(String,Guid,Single,Boolean,Boolean)


In This Topic
    NLogicalLineLabel Constructor(String,Guid,Single,Boolean,Boolean)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal text As System.String, _
       ByVal anchorUniqueId As System.Guid, _
       ByVal percentPosition As System.Single, _
       ByVal useLineOrientation As System.Boolean, _
       ByVal allowDownwardOrientation As System.Boolean _
    )
    'Usage
     
    
    Dim text As System.String
    Dim anchorUniqueId As System.Guid
    Dim percentPosition As System.Single
    Dim useLineOrientation As System.Boolean
    Dim allowDownwardOrientation As System.Boolean
     
    Dim instance As New NLogicalLineLabel(text, anchorUniqueId, percentPosition, useLineOrientation, allowDownwardOrientation)
    public NLogicalLineLabel( 
       System.string text,
       System.Guid anchorUniqueId,
       System.float percentPosition,
       System.bool useLineOrientation,
       System.bool allowDownwardOrientation
    )

    Parameters

    text
    anchorUniqueId
    percentPosition
    useLineOrientation
    allowDownwardOrientation
    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