IPictureFrameLock

IPictureFrameLock

Overview

IPictureFrameLock is a interface in Aspose.Slides FOSS for .NET.

Determines which editing operations are disabled on a picture frame.

Properties

NameTypeAccessDescription
GroupingLockedboolRead/WriteIndicates whether the picture frame can be grouped with other shapes
SelectLockedboolRead/WriteIndicates whether the picture frame can be selected
RotationLockedboolRead/WriteIndicates whether rotation of the picture frame is locked
AspectRatioLockedboolRead/WriteIndicates whether the aspect ratio of the picture frame is locked
PositionLockedboolRead/WriteIndicates whether the picture frame’s position is locked
SizeLockedboolRead/WriteIndicates whether the picture frame’s size is locked
EditPointsLockedboolRead/WriteIndicates whether editing of the picture frame’s points is locked
AdjustHandlesLockedboolRead/WriteIndicates whether adjustment handles of the picture frame are locked
ArrowheadsLockedboolRead/WriteIndicates whether arrowheads on the picture frame are locked
ShapeTypeLockedboolRead/WriteIndicates whether the shape type of the picture frame is locked
CropLockedboolRead/WriteIndicates whether cropping of the picture frame is locked
NoLocksboolReadIndicates that no lock flags are set on the picture frame

See Also