IPictureFrameLock
Overview
IPictureFrameLock is a interface in Aspose.Slides FOSS for .NET.
Determines which editing operations are disabled on a picture frame.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
GroupingLocked | bool | Read/Write | Indicates whether the picture frame can be grouped with other shapes |
SelectLocked | bool | Read/Write | Indicates whether the picture frame can be selected |
RotationLocked | bool | Read/Write | Indicates whether rotation of the picture frame is locked |
AspectRatioLocked | bool | Read/Write | Indicates whether the aspect ratio of the picture frame is locked |
PositionLocked | bool | Read/Write | Indicates whether the picture frame’s position is locked |
SizeLocked | bool | Read/Write | Indicates whether the picture frame’s size is locked |
EditPointsLocked | bool | Read/Write | Indicates whether editing of the picture frame’s points is locked |
AdjustHandlesLocked | bool | Read/Write | Indicates whether adjustment handles of the picture frame are locked |
ArrowheadsLocked | bool | Read/Write | Indicates whether arrowheads on the picture frame are locked |
ShapeTypeLocked | bool | Read/Write | Indicates whether the shape type of the picture frame is locked |
CropLocked | bool | Read/Write | Indicates whether cropping of the picture frame is locked |
NoLocks | bool | Read | Indicates that no lock flags are set on the picture frame |