ScreenElement.OffsetX Property
Gets or sets a rightward pixel offset for the element (rightward is the screen x axis direction).
Syntax
public System.Double OffsetX { get; set; }
Property Value
Default: 0.0
A rightward 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