C1.WPF.Report Assembly / C1.WPF.Report Namespace / BarCodeField Class / Left Property

In This Topic
Left Property (BarCodeField)
In This Topic
Gets or sets the X coordinate of the field's left edge in twips.
Syntax
'Declaration
 
Public Property Left As Double
 
Remarks

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

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

See Also