ReflectionEffect
RotateWithShape Property
|
Specifies whether the reflection should rotate with the shape if the shape is rotated.
Namespace:
Spire.Presentation.Drawing
Assembly:
Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
public bool RotateWithShape { get; set; }
Public Property RotateWithShape As Boolean
Get
Set
public:
property bool RotateWithShape {
bool get ();
void set (bool value);
}
member RotateWithShape : bool with get, set
Property Value
Type:
Boolean
See Also