Skip to content

Latest commit

 

History

History
49 lines (28 loc) · 1.45 KB

Word.FillFormat.RotateWithObject.md

File metadata and controls

49 lines (28 loc) · 1.45 KB
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
FillFormat.RotateWithObject property (Word)
vbawd10.chm164102265
vbawd10.chm164102265
Word.FillFormat.RotateWithObject
96a0a7e9-be99-fb36-b245-8850297fa765
06/08/2017
medium

FillFormat.RotateWithObject property (Word)

Returns or sets whether the fill rotates with the specified shape. Read/write.

Syntax

expression.RotateWithObject

expression An expression that returns a FillFormat object.

Remarks

The value returned by the RotateWithObject property can be one of the MsoTriState constants listed in the following table.

Constant Description
msoFalse The fill does not rotate with the shape.
msoTrue The fill rotates with the shape.

The setting of the RotateWithObject property corresponds to the setting of the Rotate with shape box on the Fill pane of the Format Picture dialog box in the Word user interface (under Drawing Tools, on the Format Tab, in the Shape Styles group, click Format Shape.)

Note

The Rotate with shape box only appears if you have either the Gradient fill or Picture or texture fill option buttons selected on the Fill pane of the Format Shape dialog box.

See also

FillFormat Object

[!includeSupport and feedback]