C1.WPF.PrintDocument.4.6.2 Assembly / C1.C1Preview Namespace / StretchTableEnum Enumeration

StretchTableEnum Enumeration
Enumerates the modes of stretching the rows or columns of a RenderTable when filling an empty space below or on the right of the table.
Syntax
'Declaration
 
Public Enum StretchTableEnum 
   Inherits System.Enum
 
Members
MemberDescription
AllColumnsAll columns of a table are stretched equally to fill the page.
AllVectorsAll rows or columns of a table are stretched equally to fill the page.
LastColumnOnPageOnly the last column on a page is stretched to fill it.
LastVectorOnPageOnly the last row or column on a page is stretched to fill it.
NoneRows or columns of a table do no stretch.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         C1.C1Preview.StretchTableEnum

See Also