FillFormat.TextureOffsetX Property

Definition

Gets or sets a value that specifies the horizontal offset of the texture from the origin in points.

public:
 property float TextureOffsetX { float get(); void set(float value); };
public float TextureOffsetX { get; set; }
member this.TextureOffsetX : single with get, set
Public Property TextureOffsetX As Single

Property Value

Specifies the horizontal offset of the texture from the origin in points.

Remarks

Read/write. The position of the origin is determined by the setting of the Microsoft.Office.interop.Word.FillFormat.TextureAlignment property.

The setting of this property corresponds to the setting of the Offset X box under Tiling Options on the Fill pane of the Format Picture dialog box in the Microsoft Word user interface (under Drawing Tools, on the Format tab, expand the Shape Styles group.)

Applies to