PrintDocument for WinForms | ComponentOne
C1.PrintDocument.4.8 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 Double
    public double Y {get; set;}
    See Also