VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Annotation.Measurements Namespace / ImageMeasureTool Class / HighlightedAnnotationOutlineColor Property
Syntax Requirements SeeAlso
In This Topic
    HighlightedAnnotationOutlineColor Property (ImageMeasureTool)
    In This Topic
    Gets or sets the highlighted outline color for all annotations of measure tool.
    Syntax
    'Declaration
    
    <DescriptionAttribute("The highlighted outline color for all annotations of measure tool.")>
    <CategoryAttribute("Measuring Annotation")>
    Public Property HighlightedAnnotationOutlineColor As System.Drawing.Color
    
    
    [Description("The highlighted outline color for all annotations of measure tool.")]
    [Category("Measuring Annotation")]
    public System.Drawing.Color HighlightedAnnotationOutlineColor { get; set; }
    
    
    [Description("The highlighted outline color for all annotations of measure tool.")]
    [Category("Measuring Annotation")]
    public: __property System.Drawing.Color* get_HighlightedAnnotationOutlineColor();
    public: __property void set_HighlightedAnnotationOutlineColor(
    System.Drawing.Color* value
    );
    [Description("The highlighted outline color for all annotations of measure tool.")]
    [Category("Measuring Annotation")]
    public:
    property System.Drawing.Color^ HighlightedAnnotationOutlineColor { System.Drawing.Color^ get(); void set(System.Drawing.Color^ value); }

    Property Value

    Default value is System.Drawing.Color.Red.
    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