Gets or sets the vertical coordinate of the line's starting point.
[Visual Basic]
Public Property Y1 As Single
[C#]
public float Y1 {get; set;}
Line coordinates are relative to the section's top left corner. Coordinate units using the API are in inches. You can use the ActiveReport.CmToInch and ActiveReport.InchToCm methods to convert to metric units. The designer supports both metric and inch units.
[C#]
private void Detail_Format(object sender, System.EventArgs eArgs) |
[Visual Basic]
Private Sub Detail_Format(ByVal sender As Object, ByVal e As System.EventArgs) Handles Detail.Format |
Line Class | Line Members | X1 | X2 | Y2
Copyright © 2004-2005 Data Dynamics, Ltd. All rights reserved.