ComponentOne Word for UWP
C1.UWP.Word Assembly / C1.Xaml.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