Callout.AnchorPoint Property

Gets or sets the position of the callout relative to the top and left corner.

Namespace: Microsoft.Expression.Controls
Assembly: Microsoft.Expression.Drawing (in microsoft.expression.drawing.dll)

Syntax

'Declaration
Public Property AnchorPoint As Point
'Usage
Dim instance As Callout
Dim value As Point

value = instance.AnchorPoint

instance.AnchorPoint = value
public Point AnchorPoint { get; set; }
public:
virtual property Point AnchorPoint {
    Point get () sealed;
    void set (Point value);
}
/** @property */
public final Point get_AnchorPoint ()

/** @property */
public void set_AnchorPoint (Point value)
public final function get AnchorPoint () : Point

public function set AnchorPoint (value : Point)

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Callout Class
Callout Members
Microsoft.Expression.Controls Namespace