ShadowFormat.RotateWithShape Property

Returns or sets an MsoTriState that represents whether to rotate the shadow when rotating the shape. Read/write.

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

Syntax

'Declaration
Property RotateWithShape As MsoTriState
    Get
    Set
'Usage
Dim instance As ShadowFormat
Dim value As MsoTriState

value = instance.RotateWithShape

instance.RotateWithShape = value
MsoTriState RotateWithShape { get; set; }

Property Value

Type: MsoTriState
MsoTriState

See Also

Reference

ShadowFormat Interface

ShadowFormat Members

Microsoft.Office.Interop.Word Namespace