ComponentOne Word for WinForms
C1.C1Word.4.5.2 Assembly / C1.C1Word.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 System.Drawing.ContentAlignment
    public System.Drawing.ContentAlignment Alignment {get; set;}
    See Also