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

    Property Value

    Default value is Color.Black.
    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