ConnectorLockRotateLocked Property |
Determines whether a changing rotation angle of this shape is forbidden.
Read/write
Boolean.
Namespace:
Aspose.Slides
Assembly:
Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntaxpublic bool RotateLocked { get; set; }
Public Property RotateLocked As Boolean
Get
Set
public:
virtual property bool RotateLocked {
bool get () sealed;
void set (bool value) sealed;
}
abstract RotateLocked : bool with get, set
override RotateLocked : bool with get, set
Property Value
Type:
BooleanImplements
IConnectorLockRotateLocked
See Also