PrintDocument for WinForms | ComponentOne
C1.PrintDocument.4.5.2 Assembly / C1.C1Preview Namespace / RenderObject Class / X Property

In This Topic
    X Property (RenderObject)
    In This Topic
    Gets or sets the X coordinate of the current object.

    May be specified as auto (Unit.Auto), an absolute value (using DefaultUnit), an absolute value with unit of measurement (e.g. "12mm"), or an expression referencing this and other objects (e.g. "prev.right+2mm").

    Syntax
    'Declaration
     
    Public Property X As Unit
    public Unit X {get; set;}
    See Also