Error processing SSI file
LEADTOOLS Medical (Leadtools.Dicom.Web assembly)

Show in webframe

TextBrush Property






Gets or sets the System.Drawing.SolidBrush to use for painting.
Syntax
public SolidBrush TextBrush {get; set;}
'Declaration
 
Public Property TextBrush As SolidBrush
'Usage
 
Dim instance As TextDrawingOptions
Dim value As SolidBrush
 
instance.TextBrush = value
 
value = instance.TextBrush

            

            
public:
property SolidBrush^ TextBrush {
   SolidBrush^ get();
   void set (    SolidBrush^ value);
}

Property Value

The System.Drawing.SolidBrush to use for painting.
Requirements

Target Platforms

See Also

Reference

TextDrawingOptions Class
TextDrawingOptions Members

Error processing SSI file