OuterShadowNode
RotateShadowWithShape Property
|
Specifies whether the shadow 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 RotateShadowWithShape { get; }
Public ReadOnly Property RotateShadowWithShape As Boolean
Get
public:
property bool RotateShadowWithShape {
bool get ();
}
member RotateShadowWithShape : bool with get
Property Value
Type:
Boolean
See Also