RichTextBox for WPF | ComponentOne
C1.WPF.RichTextBox.Documents Namespace / C1Table Class / TableAlignment Property

In This Topic
    TableAlignment Property (C1Table)
    In This Topic
    Gets or sets the horizontal alignment of table.
    Syntax
    'Declaration
     
    
    Public Property TableAlignment As C1TextAlignment
    public C1TextAlignment TableAlignment {get; set;}
    See Also