TextBrush Property (TextOverlay)
Gets or sets the brush, which must be used for drawing the text.
'Declaration
<BrowsableAttribute(False)>
Public Overridable Property TextBrush As System.Drawing.Brush
[Browsable(False)]
public virtual System.Drawing.Brush TextBrush { get; set; }
[Browsable(False)]
public: __property virtual System.Drawing.Brush get_TextBrush();
public: __property virtual void set_TextBrush(
System.Drawing.Brush
);
[Browsable(False)]
public:
virtual property System.Drawing.Brush TextBrush {
System.Drawing.Brush get();
void set(System.Drawing.Brush );
}
Property Value
Default value is Brushes.Black.
Target Platforms: .NET 10; .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5