ComponentOne ReportViewer for ASP.NET Web Forms
C1.C1Report.4 Assembly / C1.C1Preview Namespace / RectangleD Structure / Y Property

In This Topic
    Y Property (RectangleD)
    In This Topic
    Gets or sets the Y coordinate of the top left corner of the current RectangleD structure.
    Syntax
    'Declaration
     
    Public Property Y As System.Double
    public System.double Y {get; set;}
    See Also