IPictureFrameLock
Overview
IPictureFrameLock is a interface in Aspose.Slides FOSS for .NET.
Determines which editing operations are disabled on a picture frame.
Properties: AdjustHandlesLocked, ArrowheadsLocked, AspectRatioLocked, CropLocked, EditPointsLocked, GroupingLocked, and 6 more.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
GroupingLocked | bool | Read/Write | Gets or sets whether grouping is locked. |
SelectLocked | bool | Read/Write | Gets or sets whether selection is locked. |
RotationLocked | bool | Read/Write | Gets or sets whether rotation is locked. |
AspectRatioLocked | bool | Read/Write | Gets or sets whether aspect ratio is locked. |
PositionLocked | bool | Read/Write | Gets or sets whether position is locked. |
SizeLocked | bool | Read/Write | Gets or sets whether size is locked. |
EditPointsLocked | bool | Read/Write | Gets or sets whether edit points are locked. |
AdjustHandlesLocked | bool | Read/Write | Gets or sets whether adjust handles are locked. |
ArrowheadsLocked | bool | Read/Write | Gets or sets whether arrowheads are locked. |
ShapeTypeLocked | bool | Read/Write | Gets or sets whether shape type is locked. |
CropLocked | bool | Read/Write | Gets or sets whether cropping is locked. |
NoLocks | bool | Read | Gets whether all locks are disabled (no lock attributes are set). |