VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Annotation.Dicom.Wpf.UI Namespace / WpfDicomTextAnnotationView Class / AnchorPoint Property
Syntax Requirements SeeAlso
In This Topic
    AnchorPoint Property (WpfDicomTextAnnotationView)
    In This Topic
    Gets or sets the anchor point.
    Syntax
    'Declaration
    
    <CategoryAttribute("Dicom")>
    <DescriptionAttribute("The anchor point.")>
    Public Property AnchorPoint As System.Windows.Point
    
    
    [Category("Dicom")]
    [Description("The anchor point.")]
    public System.Windows.Point AnchorPoint { get; set; }
    
    
    [Category("Dicom")]
    [Description("The anchor point.")]
    public: __property System.Windows.Point get_AnchorPoint();
    public: __property void set_AnchorPoint(
    System.Windows.Point value
    );
    [Category("Dicom")]
    [Description("The anchor point.")]
    public:
    property System.Windows.Point AnchorPoint { System.Windows.Point get(); void set(System.Windows.Point value); }
    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also