ComponentOne CalendarView 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

    See Also