VintaSoft Imaging .NET SDK 14.0: Документация для .NET разработчика
Vintasoft.Imaging.Annotation.Measurements Namespace / ImageMeasureTool Class / TextBlockFillColor Property
Синтаксис Требования Смотрите также
В этом разделе
    TextBlockFillColor Свойство (ImageMeasureTool)
    В этом разделе
    Возвращает или задает цвет заливки для всех текстовых блоков инструмента измерения.
    Синтаксис
    'Declaration
    
    <CategoryAttribute("Text Block")>
    <DescriptionAttribute("The fill color for all text blocks of measure tool.")>
    Public Property TextBlockFillColor As System.Drawing.Color
    
    
    [Category("Text Block")]
    [Description("The fill color for all text blocks of measure tool.")]
    public System.Drawing.Color TextBlockFillColor { get; set; }
    
    
    [Category("Text Block")]
    [Description("The fill color for all text blocks of measure tool.")]
    public: __property System.Drawing.Color* get_TextBlockFillColor();
    public: __property void set_TextBlockFillColor(
    System.Drawing.Color* value
    );
    [Category("Text Block")]
    [Description("The fill color for all text blocks of measure tool.")]
    public:
    property System.Drawing.Color^ TextBlockFillColor { System.Drawing.Color^ get(); void set(System.Drawing.Color^ value); }

    Property Value

    Значение по умолчанию - Color.FromArgb(128, Color.LightGreen).
    Требования

    Целевые платформы: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    Смотрите также