FlexReport for WPF | ComponentOne
C1.WPF.Report Assembly / C1.WPF.Report Namespace / ParagraphField Class / AutoWidth Property

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