VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Annotation.Dicom Namespace / DicomTextAnnotationData Class / AnchorPointUnitOfMeasure Property
Syntax Requirements SeeAlso
In This Topic
    AnchorPointUnitOfMeasure Property (DicomTextAnnotationData)
    In This Topic
    Gets or sets the anchor point unit of measure.
    Syntax
    'Declaration
    
    <DescriptionAttribute("The anchor point unit of measure.")>
    <CategoryAttribute("Dicom")>
    <ReadOnlyAttribute(True)>
    Public Property AnchorPointUnitOfMeasure As DicomUnitOfMeasure
    
    
    [Description("The anchor point unit of measure.")]
    [Category("Dicom")]
    [ReadOnly(True)]
    public DicomUnitOfMeasure AnchorPointUnitOfMeasure { get; set; }
    
    
    [Description("The anchor point unit of measure.")]
    [Category("Dicom")]
    [ReadOnly(True)]
    public: __property DicomUnitOfMeasure get_AnchorPointUnitOfMeasure();
    public: __property void set_AnchorPointUnitOfMeasure(
    DicomUnitOfMeasure value
    );
    [Description("The anchor point unit of measure.")]
    [Category("Dicom")]
    [ReadOnly(True)]
    public:
    property DicomUnitOfMeasure AnchorPointUnitOfMeasure { DicomUnitOfMeasure get(); void set(DicomUnitOfMeasure value); }

    Property Value

    Default value is DicomUnitOfMeasure.Pixel.
    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