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