VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Annotation.Measurements Namespace / ImageMeasureTool Class / HighlightedAnnotationView Property
Syntax Requirements SeeAlso
In This Topic
    HighlightedAnnotationView Property (ImageMeasureTool)
    In This Topic
    Gets or sets the highlighted annotation view.
    Syntax
    'Declaration
    
    <BrowsableAttribute(False)>
    Public Property HighlightedAnnotationView As MeasurementAnnotationView
    
    
    [Browsable(False)]
    public MeasurementAnnotationView HighlightedAnnotationView { get; set; }
    
    
    [Browsable(False)]
    public: __property MeasurementAnnotationView* get_HighlightedAnnotationView();
    public: __property void set_HighlightedAnnotationView(
    MeasurementAnnotationView* value
    );
    [Browsable(False)]
    public:
    property MeasurementAnnotationView^ HighlightedAnnotationView { MeasurementAnnotationView^ get(); void set(MeasurementAnnotationView^ value); }
    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