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


C1.Win.FlexReport.4.5.2 アセンブリ > C1.Win.FlexReport 名前空間 > FieldBase クラス : Left プロパティ
フィールドの左端の x 座標をツイップ単位で取得または設定します。
シンタックス
'宣言
 
Public Property Left As System.Double
'使用法
 
Dim instance As FieldBase
Dim value As System.Double
 
instance.Left = value
 
value = instance.Left
public System.double Left {get; set;}
解説

フィールドの位置は、このフィールドの左上隅から、このフィールドを含む SubSectionの左上隅までの距離です。

Leftプロパティまたは Topプロパティを 0 に設定すると、フィールドは、このフィールドを含むセクションの左端または上端に配置されます。

参照

FieldBase クラス
FieldBase メンバ