[]
        
(Showing Draft Content)

C1.WPF.Report.AutoSizeBehavior

AutoSizeBehavior Enum

Defines options controlling how an object's size changes automatically depending on its content.

Namespace: C1.WPF.Report
Assembly: C1.WPF.Report.dll
Syntax
[Flags]
public enum AutoSizeBehavior

Fields

Name Description
CanGrow

Object can grow.

CanShrink

Object can shrink.

GrowAndShrink

Object can grow and shrink.

None

Object is not resized.