GoDigram for .NET Framework and .NET Core
Northwoods.Go.Layout Namespace / GoLayoutGenericNetwork.Node<N,L,Y> Class / Position Property
In This Topic
    Position Property (GoLayoutGenericNetwork.Node<N,L,Y>)
    In This Topic
    Gets or sets the Position (top-left corner) of this node.
    Syntax
    public PointF Position {get; set;}
    Remarks
    Setting this property does not modify any GoObject.
    See Also