Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.5.5
|
Leadtools.Dicom.Web Namespace > TextDrawingOptions Class : TextBrush Property |
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); }