IAnchorInfo.Anchor Property

Definition

Gets the anchor of the annotation.

public:
 property System::Windows::Annotations::AnnotationResource ^ Anchor { System::Windows::Annotations::AnnotationResource ^ get(); };
public System.Windows.Annotations.AnnotationResource Anchor { get; }
member this.Anchor : System.Windows.Annotations.AnnotationResource
Public ReadOnly Property Anchor As AnnotationResource

Property Value

The anchor that is resolved.

Applies to

See also