ComponentOne Word for WPF
C1.WPF.Word.4.5.2 Assembly / C1.WPF.Word.Objects Namespace / RtfTableObject Class / Alignment Property

In This Topic
    Alignment Property (RtfTableObject)
    In This Topic
    Gets or sets content of the table element alignment.
    Syntax
    'Declaration
     
    Public Property Alignment As ContentAlignment
    public ContentAlignment Alignment {get; set;}
    See Also