ComponentOne Word for WPF
C1.WPF.Word.4.5.2 Assembly / C1.WPF.Word.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