FillFormatRotateWithShape Property |
Determines whether the fill should be rotated with shape.
Read/write
NullableBool.
Namespace:
Aspose.Slides
Assembly:
Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntaxpublic NullableBool RotateWithShape { get; set; }
Public Property RotateWithShape As NullableBool
Get
Set
public:
virtual property NullableBool RotateWithShape {
NullableBool get () sealed;
void set (NullableBool value) sealed;
}
abstract RotateWithShape : NullableBool with get, set
override RotateWithShape : NullableBool with get, set
Property Value
Type:
NullableBoolImplements
IFillFormatRotateWithShape
See Also