Reports for WPF | ComponentOne
C1.C1Report.CustomFields Namespace / SuperLabel Class / RenderHeight Property

In This Topic
    RenderHeight Property (SuperLabel)
    In This Topic
    Gets the height of the field in twips after the CanGrow and CanShrink properties have been applied to the field.
    Syntax
    'Declaration
     
    Public ReadOnly Property RenderHeight As Double
    public double RenderHeight {get;}
    Remarks
    If the field's CanGrow or CanShrink properties 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.
    See Also