RotateWithObject Property
Gets or sets a value indicating whether the fill style should rotate with the object.
bool RotateWithObject {get; set;}
'Declaration
Property RotateWithObject As Boolean
'Usage
Dim instance As IFillFormat
Dim value As Boolean
instance.RotateWithObject = value
value = instance.RotateWithObject
Property Value
true
if the fill style should rotate with the object; otherwise,
false
.