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


C1.Report.4.6.2 アセンブリ > C1.Report 名前空間 > FieldBase クラス : Left プロパティ
Gets or sets the X coordinate of the field's left edge in twips.
シンタックス
'宣言
 
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;}
解説

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

Setting the Left or Top property to zero places the field at the very left or top of its containing section.

参照

参照

FieldBase クラス
FieldBase メンバ