FillFormat.TextureOffsetY Property

Returns or sets the vertical offset of the texture from the origin in points. Read/write.

Namespace:  Microsoft.Office.Interop.PowerPoint
Assembly:  Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.dll)

Syntax

'Declaration
Property TextureOffsetY As Single
    Get
    Set
'Usage
Dim instance As FillFormat
Dim value As Single

value = instance.TextureOffsetY

instance.TextureOffsetY = value
float TextureOffsetY { get; set; }

Property Value

Type: System.Single

Remarks

The position of the origin is determined by the setting of the TextureAlignment property.

The setting of the TextureHorizontalScale property corresponds to the setting of the Scale X box under Tiling Options on the Fill pane of the Format Picture dialog box in the Microsoft PowerPoint user interface (under Drawing Tools, on the Format Tab, in the Shape Styles group, click Format Shape.)

See Also

Reference

FillFormat Interface

FillFormat Members

Microsoft.Office.Interop.PowerPoint Namespace