PictureFrameLock Class

Determines which operations are disabled on the parent PictureFrame.
Inheritance Hierarchy

Namespace:  Aspose.Slides
Assembly:  Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntax
public class PictureFrameLock : BaseShapeLock, 
	IPictureFrameLock, IBaseShapeLock

The PictureFrameLock type exposes the following members.

Properties
  NameDescription
Public propertyAdjustHandlesLocked
Determines whether a changing adjust values is forbidden. Read/write Boolean.
Public propertyArrowheadsLocked
Determines whether a changing arrowheads is forbidden. Read/write Boolean.
Public propertyAspectRatioLocked
Determines whether a shape have to preserve aspect ratio on resizing. Read/write Boolean.
Public propertyCropLocked
Determines whether an image cropping is forbidden. Read/write Boolean.
Public propertyEditPointsLocked
Determines whether a direct changing of contour of this shape is forbidden. Read/write Boolean.
Public propertyGroupingLocked
Determines whether an adding this shape to a group is forbidden. Read/write Boolean.
Public propertyNoLocks
Return true if all lock-flags are disabled. Read-only Boolean.
(Inherited from BaseShapeLock.)
Public propertyPositionLocked
Determines whether a moving this shape is forbidden. Read/write Boolean.
Public propertyRotationLocked
Determines whether a changing rotation angle of this shape is forbidden. Read/write Boolean.
Public propertySelectLocked
Determines whether a selecting this shape is forbidden. Read/write Boolean.
Public propertyShapeTypeLocked
Determines whether a changing of a shape type is forbidden. Read/write Boolean.
Public propertySizeLocked
Determines whether a resizing this shape is forbidden. Read/write Boolean.
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
See Also