Gets the y-coordinate of the field's top edge in twips after the CanGrow and
CanShrink properties have been applied to the containing Section.
Namespace:
C1.C1ReportAssembly: C1.C1Report.2 (in C1.C1Report.2.dll)
Syntax
C# |
---|
[DefaultValueAttribute()] [BrowsableAttribute(false)] public double RenderTop { get; } |
Visual Basic |
---|
<DefaultValueAttribute()> _ <BrowsableAttribute(False)> _ Public ReadOnly Property RenderTop As Double 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.
The default value for this property is 0.