Eyeshot 11 WPF API Reference
WPF Assembly / devDept.Eyeshot.Labels Namespace / ImageOnly Class / HotSpot Property

In This Topic
    HotSpot Property
    In This Topic
    Gets or sets the image hotspot (the point of the image that is drawn at the Label.AnchorPoint position).
    Syntax
    'Declaration
     
    Public Property HotSpot As Point
    public Point HotSpot {get; set;}
    See Also