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

In This Topic
    Alignment Property (ParagraphStyleItem)
    In This Topic
    Gets or sets text alignment of the paragraph style.
    Syntax
    'Declaration
     
    Public Property Alignment As System.Nullable(Of StringAlignment)
    public System.Nullable<StringAlignment> Alignment {get; set;}
    See Also