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

In This Topic
    Alignment Property (RtfTable)
    In This Topic
    Gets or sets default content alignment for this table.
    Syntax
    'Declaration
     
    Public Property Alignment As ContentAlignment
    public ContentAlignment Alignment {get; set;}
    See Also