VintaSoft Imaging .NET SDK 14.0: Документация для .NET разработчика
Vintasoft.Imaging.Annotation.Measurements Namespace / MeasurementAnnotationView Class / MeasurementAnnotationData Property
Синтаксис Требования Смотрите также
В этом разделе
    MeasurementAnnotationData Свойство (MeasurementAnnotationView)
    В этом разделе
    Возвращает данные аннотации измерения, связанные с этим представлением.
    Синтаксис
    'Declaration
    
    <DescriptionAttribute("A measurement annotation data, associated with this view.")>
    <TypeConverterAttribute(System.ComponentModel.ExpandableObjectConverter)>
    Public ReadOnly Property MeasurementAnnotationData As MeasurementAnnotationData
    
    
    [Description("A measurement annotation data, associated with this view.")]
    [TypeConverter(System.ComponentModel.ExpandableObjectConverter)]
    public MeasurementAnnotationData MeasurementAnnotationData { get; }
    
    
    [Description("A measurement annotation data, associated with this view.")]
    [TypeConverter(System.ComponentModel.ExpandableObjectConverter)]
    public: __property MeasurementAnnotationData* get_MeasurementAnnotationData();
    
    
    
    [Description("A measurement annotation data, associated with this view.")]
    [TypeConverter(System.ComponentModel.ExpandableObjectConverter)]
    public:
    property MeasurementAnnotationData^ MeasurementAnnotationData { MeasurementAnnotationData^ get(); }
    Требования

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

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