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

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

    The default 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