ComponentOne Word for UWP
C1.UWP.Word Assembly / C1.Xaml.Word Namespace / C1WordDocument Class / CurrentAlignment Property

In This Topic
    CurrentAlignment Property
    In This Topic
    Gets or sets current horizontal aligment of this document.
    Syntax
    'Declaration
     
    Public Property CurrentAlignment As RtfHorizontalAlignment
    public RtfHorizontalAlignment CurrentAlignment {get; set;}
    See Also