Spread Windows Forms 15.0
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
    public static readonly IValueConverter<TextFormat> TextFormatConverter
    See Also