Nevron Open Vision Documentation
Nevron.Nov.Diagram Namespace / NShapeHyperlink Class / Shape Property


In This Topic
    Shape Property (NShapeHyperlink)
    In This Topic
    Gets/Sets the shape this hyperlink points to.
    Syntax
    'Declaration
     
    
    Public Property Shape As NShape
    'Usage
     
    
    Dim instance As NShapeHyperlink
    Dim value As NShape
     
    instance.Shape = value
     
    value = instance.Shape
    public NShape Shape {get; set;}
    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