LEADTOOLS Medical (Leadtools.Dicom.Web assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.25
TextBrush Property
See Also 
Leadtools.Dicom.Web Namespace > TextDrawingOptions Class : TextBrush Property



Gets or sets the System.Drawing.SolidBrush to use for painting.

Syntax

Visual Basic (Declaration) 
Public Property TextBrush As SolidBrush
Visual Basic (Usage)Copy Code
Dim instance As TextDrawingOptions
Dim value As SolidBrush
 
instance.TextBrush = value
 
value = instance.TextBrush
C# 
public SolidBrush TextBrush {get; set;}
C++/CLI 
public:
property SolidBrush^ TextBrush {
   SolidBrush^ get();
   void set (    SolidBrush^ value);
}

Property Value

The System.Drawing.SolidBrush to use for painting.

Requirements

Target Platforms: Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family

See Also