FlexReport for WPF | ComponentOne
C1.WPF.FlexReport.4.6.2 Assembly / C1.WPF.FlexReport Namespace / FieldBase Class / AutoHeight Property

In This Topic
    AutoHeight Property (FieldBase)
    In This Topic
    Gets or sets a value determining how height of object changes depending on its content.
    Syntax
    'Declaration
     
    Public Property AutoHeight As AutoSizeBehavior
    public AutoSizeBehavior AutoHeight {get; set;}
    See Also