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

    Property Value

    Default value is DicomUnitOfMeasure.Pixel.
    Requirements

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

    See Also