ComponentOne VSView Reporting Edition
Height Property (Field)

Returns or sets the Field size and position.

Syntax

field.Height[ = value As Double ]

Remarks

Every Field 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.

The field's Height property should be set to a value larger than or equal to the height of the field's Font, or no text will appear in the field.

If the field's CanGrow or CanShrink properties are set to True, the control will automatically adjust the Height property to fit the field's contents. In this case, the control will also adjust the Top property of fields below the current field to preserve the vertical distance between fields.

Data Type

Double

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Product Support Forum  |  Documentation Feedback