Xceed Grid for WinForms v4.3 Documentation
Xceed.Grid.v4.3 Assembly / Xceed.Grid Namespace / CellTextFormatInfo Class / StringFormat Property


    StringFormat Property
    Gets the System.Drawing.StringFormat that is to be used to paint the text that is to be displayed by the Xceed.Grid.Viewers.CellViewerManager.
    Syntax
    'Declaration
     
    Public Overridable ReadOnly Property StringFormat As StringFormat
     
    'Usage
     
    Dim instance As CellTextFormatInfo
    Dim value As StringFormat
     
    value = instance.StringFormat

    Property Value

    A reference to a System.Drawing.StringFormat object representing the StringFormat that is to be used to paint the text that is to be displayed bu the CellViewerManager. By default, a null reference (Nothing in Visual Basic) .
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also