ComponentOne CalendarView for WinForms
C1.Framework.Drawing.Gdi Namespace / StringFormat Class / LineAlignment Property

In This Topic
    LineAlignment Property
    In This Topic
    Gets or sets the line alignment.
    Syntax
    'Declaration
     
    
    Public Property LineAlignment As StringAlignment
    public StringAlignment LineAlignment {get; set;}

    Property Value

    A StringAlignment enumeration that represents the line alignment.
    See Also