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

    Property Value

    Default value is Color.FromArgb(192, Color.LightGreen).
    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