Document Solutions for Word
DS.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / OuterShadow Class / RotateWithObject Property

In This Topic
    RotateWithObject Property (OuterShadow)
    In This Topic
    Gets or sets a value indicating whether the shadow rotates along with the object when the object is rotated.

    Default value is true.

    Note that this property cannot be applied for text.

    Syntax
    'Declaration
     
    Public Property RotateWithObject As System.Boolean
    public System.bool RotateWithObject {get; set;}
    See Also