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



Gets or sets the System.Drawing.StringFormat options when painting on the cell.

Syntax

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

Property Value

The System.Drawing.StringFormat options when painting on the cell.

Requirements

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

See Also