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


In This Topic
    InitSingleLineWithGapEmotionalShape Method
    In This Topic
    Syntax
    'Declaration
     
    
    Protected Friend Overridable Sub InitSingleLineWithGapEmotionalShape( _
       ByVal shape As NShape, _
       ByVal stroke As NStroke, _
       ByVal gap As System.String _
    ) 
    'Usage
     
    
    Dim instance As NGenogramShapeFactory
    Dim shape As NShape
    Dim stroke As NStroke
    Dim gap As System.String
     
    instance.InitSingleLineWithGapEmotionalShape(shape, stroke, gap)
    protected internal virtual void InitSingleLineWithGapEmotionalShape( 
       NShape shape,
       NStroke stroke,
       System.string gap
    )

    Parameters

    shape
    stroke
    gap
    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