ComponentOne Word for UWP
RtfHorizontalAlignment Enumeration

C1.UWP.Word Assembly > C1.Xaml.Word Namespace : RtfHorizontalAlignment Enumeration
The horizontal (or may be vertical) alignment enumeration of paragraphs, pictures and others objects.
Syntax
'Declaration
 
Public Enum RtfHorizontalAlignment 
   Inherits System.Enum
public enum RtfHorizontalAlignment : System.Enum 
Members
MemberDescription
CenterCenter alignment of the paragraph.
JustifyJustify alignment of the paragraph.
LeftLeft alignment of the paragraph.
RightRight alignment of the paragraph.
UndefinedUndefined alignment of the paragraph.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         C1.Xaml.Word.RtfHorizontalAlignment

See Also

Reference

C1.Xaml.Word Namespace