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

Show in webframe

TextFormat Property






Gets or sets the System.Drawing.StringFormat options when painting on the cell.
Syntax
public StringFormat TextFormat {get; set;}
'Declaration
 
Public Property TextFormat As StringFormat
'Usage
 
Dim instance As TextDrawingOptions
Dim value As StringFormat
 
instance.TextFormat = value
 
value = instance.TextFormat

            

            
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

See Also

Reference

TextDrawingOptions Class
TextDrawingOptions Members

Error processing SSI file