Nevron .NET Vision
Nevron.Diagram Namespace / NLogicalLineLabel Class / NLogicalLineLabel Constructor / NLogicalLineLabel Constructor(String,Guid,Single,Boolean,Boolean)
text
unique unique id of the anchor node
position along the logical line (in percents)
whether to use the line orientation at the specified percent
whether downward orientation is allowed


In This Topic
    NLogicalLineLabel Constructor(String,Guid,Single,Boolean,Boolean)
    In This Topic
    Initializer constructor
    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
    text
    anchorUniqueId
    unique unique id of the anchor node
    percentPosition
    position along the logical line (in percents)
    useLineOrientation
    whether to use the line orientation at the specified percent
    allowDownwardOrientation
    whether downward orientation is allowed
    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