C1.WPF.Report Assembly / C1.WPF.Report Namespace / AutoSizeBehavior Enumeration

AutoSizeBehavior Enumeration
Defines options controlling how an object's size changes automatically depending on its content.
Syntax
'Declaration
 
Public Enum AutoSizeBehavior 
   Inherits System.Enum
 
Members
MemberDescription
CanGrowObject can grow.
CanShrinkObject can shrink.
GrowAndShrinkObject can grow and shrink.
NoneObject is not resized.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         C1.WPF.Report.AutoSizeBehavior

See Also