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