'宣言 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;}
'宣言 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.