Table of Contents
OffsetX Property

Gets or sets the horizontal offset from an object's final position to its original position.

Syntax
 public Single? OffsetX { get; set; }
Remarks

Use this property to move a content towards left or right from its original position. For example, you can use this property to move an image towards the left or right. Setting this property moves the target object only. It does not affect any other contents or alter the output layout.

If an object is also being scaled (for example, a scaled image), this offset is being applied before scaling.

See Also