ScreenElement.OffsetY Property
Gets or sets a downward pixel offset for the element (downward is the screen y axis direction).
Syntax
public System.Double OffsetY { get; set; }
Property Value
Default: 0.0
A downward offset, measured in pixels, that the entire element shall be moved.
Remarks
A non-zero offset can be useful if you want to place two screen elements next to each other in a corner.
Platforms
Windows, Linux, Android