Share via


FillFormat.TextureVerticalScale Property

Returns or sets the vertical scaling factor for the texture fill. Read/write.

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

Syntax

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

value = instance.TextureVerticalScale

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

Property Value

Type: System.Single
Single

Remarks

The setting of the TextureVerticalScale property corresponds to the setting of the Scale Y box under Tiling Options on the Fill pane of the Format Picture dialog box in the Microsoft Office 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