ComponentOne MultiSelect for WinForms
C1.Framework.Drawing.Gdi Namespace / StringFormat Class
Members

In This Topic
    StringFormat Class
    In This Topic
    Encapsulates text layout information (such as alignment and line spacing), display manipulations (such as ellipsis insertion and national digit substitution) and OpenType features.
    Syntax
    'Declaration
     
    
    Public NotInheritable Class StringFormat 
    public sealed class StringFormat 
    Remarks
    Many common formats are provided through the StringFormatFlags enumeration. StringFormat objects can be changed.
    Inheritance Hierarchy

    System.Object
       C1.Framework.Drawing.Gdi.StringFormat

    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