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


C1.WPF.Report アセンブリ > C1.WPF.Report 名前空間 > 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 メンバ