Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Labels Namespace / Label Class / AnchorPoint Property

In This Topic
    AnchorPoint Property
    In This Topic
    Gets or sets the label anchor point.
    Syntax
    'Declaration
     
    Public Property AnchorPoint As Point3D
    public Point3D AnchorPoint {get; set;}
    See Also