VintaSoft Imaging .NET SDK 14.0: Документация для .NET разработчика
Vintasoft.Imaging.Annotation.Dicom.Wpf.UI Namespace / WpfDicomTextAnnotationView Class / AnchorPointUnitOfMeasure Property
Синтаксис Требования Смотрите также
В этом разделе
    AnchorPointUnitOfMeasure Свойство (WpfDicomTextAnnotationView)
    В этом разделе
    Возвращает единицу измерения точки привязки.
    Синтаксис
    'Declaration
    
    <DescriptionAttribute("The unit of measure of anchor point.")>
    <CategoryAttribute("Dicom")>
    <ReadOnlyAttribute(True)>
    Public ReadOnly Property AnchorPointUnitOfMeasure As Vintasoft.Imaging.Annotation.Dicom.DicomUnitOfMeasure
    
    
    [Description("The unit of measure of anchor point.")]
    [Category("Dicom")]
    [ReadOnly(True)]
    public Vintasoft.Imaging.Annotation.Dicom.DicomUnitOfMeasure AnchorPointUnitOfMeasure { get; }
    
    
    [Description("The unit of measure of anchor point.")]
    [Category("Dicom")]
    [ReadOnly(True)]
    public: __property Vintasoft.Imaging.Annotation.Dicom.DicomUnitOfMeasure get_AnchorPointUnitOfMeasure();
    
    
    
    [Description("The unit of measure of anchor point.")]
    [Category("Dicom")]
    [ReadOnly(True)]
    public:
    property Vintasoft.Imaging.Annotation.Dicom.DicomUnitOfMeasure AnchorPointUnitOfMeasure { Vintasoft.Imaging.Annotation.Dicom.DicomUnitOfMeasure get(); }

    Property Value

    Значение по умолчанию - DicomUnitsOfMeasure.Pixel.
    Требования

    Целевые платформы: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    Смотрите также