Nevron Open Vision Documentation
Nevron.Nov.Diagram.Shapes Namespace / NGenogramShapeFactory Class / InitDoubleLineEmotionalShape Method


In This Topic
    InitDoubleLineEmotionalShape Method
    In This Topic
    Inits double line emotional shape.
    Syntax
    'Declaration
     
    
    Protected Friend Overridable Sub InitDoubleLineEmotionalShape( _
       ByVal shape As NShape, _
       ByVal stroke As NStroke, _
       ByVal addTextBlock As System.Boolean _
    ) 
    'Usage
     
    
    Dim instance As NGenogramShapeFactory
    Dim shape As NShape
    Dim stroke As NStroke
    Dim addTextBlock As System.Boolean
     
    instance.InitDoubleLineEmotionalShape(shape, stroke, addTextBlock)
    protected internal virtual void InitDoubleLineEmotionalShape( 
       NShape shape,
       NStroke stroke,
       System.bool addTextBlock
    )

    Parameters

    shape
    stroke
    addTextBlock
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also