FillFormat.TextureHorizontalScale Property

Gets or sets a value that specifies the horizontal scaling factor for the texture fill.

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

Syntax

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

value = instance.TextureHorizontalScale

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

Property Value

Type: System.Single
Specifies the horizontal scaling factor for the texture fill.

Remarks

Read/write. The setting of this 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 Word user interface (under Drawing Tools, on the Format tab, expand the Shape Styles group.)

See Also

Reference

FillFormat Interface

FillFormat Members

Microsoft.Office.Interop.Word Namespace