Interface ITransformPermission
Assembly: Aurigma.DesignAtoms.dll
public interface ITransformPermission
Properties
Declaration
bool AllowDragAndDrop { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
Declaration
bool AllowFreeMove { get; }
Property Value
| Type |
Description |
| System.Boolean |
|
Declaration
bool AllowMoveHorizontal { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
Declaration
bool AllowMoveVertical { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
Declaration
bool AllowRotate { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
Declaration
ResizeGripsPermissions ResizeGrips { get; set; }
Property Value