C1.WPF.PrintDocument.4.6.2 Assembly / C1.C1Preview Namespace / RenderTable Class / Y Property

In This Topic
Y Property (RenderTable)
In This Topic
Gets or sets the Y 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.height/2-self.height/2").

Syntax
'Declaration
 
Public Property Y As Unit
 
See Also