ComponentOne Word for WinForms
C1.C1Word.4.5.2 Assembly / C1.C1Word.Objects Namespace / RtfSdtContent Class / Alignment Property

In This Topic
    Alignment Property (RtfSdtContent)
    In This Topic
    Gets or sets the horizontal alignment for this paragraph.
    Syntax
    'Declaration
     
    Public Property Alignment As RtfHorizontalAlignment
    public RtfHorizontalAlignment Alignment {get; set;}

    Property Value

    The RTF horizontal alignment of the paragraph.
    See Also