IPictureFrameLock

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

NameTypeAccessDescription
GroupingLockedboolRead/WriteGets or sets whether grouping is locked.
SelectLockedboolRead/WriteGets or sets whether selection is locked.
RotationLockedboolRead/WriteGets or sets whether rotation is locked.
AspectRatioLockedboolRead/WriteGets or sets whether aspect ratio is locked.
PositionLockedboolRead/WriteGets or sets whether position is locked.
SizeLockedboolRead/WriteGets or sets whether size is locked.
EditPointsLockedboolRead/WriteGets or sets whether edit points are locked.
AdjustHandlesLockedboolRead/WriteGets or sets whether adjust handles are locked.
ArrowheadsLockedboolRead/WriteGets or sets whether arrowheads are locked.
ShapeTypeLockedboolRead/WriteGets or sets whether shape type is locked.
CropLockedboolRead/WriteGets or sets whether cropping is locked.
NoLocksboolReadGets whether all locks are disabled (no lock attributes are set).

See Also