Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Data Namespace / BuiltInConverters Class / TextFormatConverter Field


In This Topic
TextFormatConverter Field
In This Topic
Represents the converter that returns GrapeCity.Drawing.TextFormat object. This field is read-only.
Syntax
'Declaration
 
Public Shared ReadOnly TextFormatConverter As IValueConverter(Of TextFormat)
 
'Usage
 
Dim value As IValueConverter(Of TextFormat)
 
value = BuiltInConverters.TextFormatConverter
See Also