Skip to main content

Interface ITransformPermission

Namespace: Aurigma.DesignAtoms.Canvas.ItemHandlers
Assembly: Aurigma.DesignAtoms.dll
Syntax
public interface ITransformPermission

Properties

AllowMoveHorizontal

bool AllowMoveHorizontal { get; set; }

AllowMoveVertical

bool AllowMoveVertical { get; set; }

AllowFreeMove

bool AllowFreeMove { get; }

AllowRotate

bool AllowRotate { get; set; }

AllowDragAndDrop

bool AllowDragAndDrop { get; set; }

ResizeGrips

ResizeGripsPermissions ResizeGrips { get; set; }
Was this page helpful?