[]
        
(Showing Draft Content)

C1.WPF.FlexReport.FieldBase.Height

Height Property

Height

Gets or sets the height of the field in twips.

Declaration
public double Height { get; set; }
Remarks
<p>Every <xref href="C1.WPF.FlexReport.FieldBase" data-throw-if-not-resolved="false"></xref> object has a rectangle, or "field box", where the field contents are rendered.</p>
<p>The field box is defined by the <xref href="C1.WPF.FlexReport.FieldBase.Left" data-throw-if-not-resolved="false"></xref>, <xref href="C1.WPF.FlexReport.FieldBase.Top" data-throw-if-not-resolved="false"></xref>, <xref href="C1.WPF.FlexReport.FieldBase.Width" data-throw-if-not-resolved="false"></xref>, and <xref href="C1.WPF.FlexReport.FieldBase.Height" data-throw-if-not-resolved="false"></xref> properties.</p>
<p>These properties are expressed in twips, and the position is relative to the field's containing section.</p>
<p>The field's <xref href="C1.WPF.FlexReport.FieldBase.Height" data-throw-if-not-resolved="false"></xref> property should be set to a value larger than or equal to the height of the 

field's C1.WPF.Document.Util.Font, or no text will appear in the field.

If the field's AutoHeight property are set to true, the control will automatically adjust the RenderHeight property to fit the field's contents and the RenderTop property of fields below the current field to preserve the vertical distance between fields. The value of the Top and Height properties is not affected.