VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Annotation.Measurements Namespace / MeasurementAnnotationView Class / MeasurementAnnotationData Property
Syntax Requirements SeeAlso
In This Topic
    MeasurementAnnotationData Property (MeasurementAnnotationView)
    In This Topic
    Gets a measurement annotation data, associated with this view.
    Syntax
    '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(); }
    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