ConnectorLockPositionMove Property |
Determines whether a moving 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 PositionMove { get; set; }
Public Property PositionMove As Boolean
Get
Set
public:
virtual property bool PositionMove {
bool get () sealed;
void set (bool value) sealed;
}
abstract PositionMove : bool with get, set
override PositionMove : bool with get, set
Property Value
Type:
BooleanImplements
IConnectorLockPositionMove
See Also