FlexReport for WinForms
Top プロパティ (FieldBase)


C1.Report アセンブリ > C1.Report 名前空間 > FieldBase クラス : Top プロパティ
Gets or sets the Y coordinate of the field's top edge in twips.
シンタックス
'宣言
 
Public Property Top As System.Double
'使用法
 
Dim instance As FieldBase
Dim value As System.Double
 
instance.Top = value
 
value = instance.Top
public System.double Top {get; set;}
解説

A field's location is the distance from its upper left corner to the upper left corner of its containing FieldBase.SubSection.

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

参照

参照

FieldBase クラス
FieldBase メンバ