FlexReport for UWP | ComponentOne
C1.UWP.FlexReport Assembly / C1.Xaml.FlexReport Namespace / ParagraphField Class / Width Property

In This Topic
    Width Property (ParagraphField)
    In This Topic
    Gets or sets the width of the field in twips.
    Syntax
    'Declaration
     
    Public Property Width As Double
    public double Width {get; set;}
    Remarks

    Every FieldBase object has a rectangle, or "field box", where the field contents are rendered.

    The field box is defined by the Left, Top, Width, and Height properties.

    These properties are expressed in twips, and the position is relative to the field's containing section.

    See Also