Editor for WinForms | ComponentOne
C1.Win.Editor.8 Assembly / C1.Win.Editor Namespace / TextStyleEventArgs Class / Alignment Property

In This Topic
    Alignment Property (TextStyleEventArgs)
    In This Topic
    The Alignment property indicates the HorizontalAlignment of text.
    Syntax
    'Declaration
     
    Public ReadOnly Property Alignment As System.Windows.Forms.HorizontalAlignment
    public System.Windows.Forms.HorizontalAlignment Alignment {get;}
    See Also