ComponentOne Word for UWP
C1.UWP.Word Assembly / C1.Xaml.Word.Objects Namespace / RtfPicture Class / Alignment Property

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

    Property Value

    The Word/RTF horizontal alignment of the picture.
    See Also