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

StretchRowEnum Enumeration
Describes how the height of a row in a RenderTable can be adjusted if required by adjustments to the height of the containing table.
Syntax
'Declaration
 
Public Enum StretchRowEnum 
   Inherits System.Enum
 
Members
MemberDescription
DefaultThe behavior depends on the RenderTable.StretchRows property of the containing RenderTable.
IfLastOnPageThe row can be stretched if it is the last row on the page.
NoThe row cannot be stretched.
YesThe row can be stretched as needed.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         C1.C1Preview.StretchRowEnum

See Also