RotateWithShape Property (IShadowFormat)
Gets or sets a value indicating whether to rotate the shadow when rotating the shape.
bool RotateWithShape {get; set;}
'Declaration
Property RotateWithShape As Boolean
'Usage
Dim instance As IShadowFormat
Dim value As Boolean
instance.RotateWithShape = value
value = instance.RotateWithShape
Property Value
true
if rotate the shadow when rotating the shape; otherwise,
false
.