PrintDocument for WinForms | ComponentOne
C1.PrintDocument.4.8 Assembly / C1.C1Preview Namespace / RectangleD Structure / X Property

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