FlexReport for UWP | ComponentOne
C1.UWP.FlexReport Assembly / C1.Xaml.FlexReport Namespace / AutoSizeBehavior Enumeration

In This Topic
    AutoSizeBehavior Enumeration
    In This Topic
    Defines options controlling how an object's size changes automatically depending on its content.
    Syntax
    'Declaration
     
    Public Enum AutoSizeBehavior 
       Inherits System.Enum
    public enum AutoSizeBehavior : 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.Xaml.FlexReport.AutoSizeBehavior

    See Also