PictureLockSettings Class
Contains lock settings for picture shapes.
Declaration
public class PictureLockSettings extends DrawingObjectLockSettings
Inherited Members
com.devexpress.system.JavaObject.clone()
com.devexpress.system.JavaObject.equals(java.lang.Object)
com.devexpress.system.JavaObject.hashCode()
com.devexpress.system.JavaObject.initFields()
com.devexpress.system.JavaObject.memberwiseClone()
com.devexpress.system.JavaObject.toString()
java.lang.Object.finalize()
java.lang.Object.getClass()
java.lang.Object.notify()
java.lang.Object.notifyAll()
java.lang.Object.wait()
java.lang.Object.wait(long)
java.lang.Object.wait(long,int)
Inheritance
Object
JavaObject
PictureLockSettings()
Initializes a new instance of the PictureLockSettings class.
Declaration
public PictureLockSettings()
Methods
deepClone() Method
Clones the current PictureLockSettings instance.
Declaration
public PictureLockSettings deepClone()
Returns
| Type | Description |
|---|---|
PictureLockSettings |
The cloned |
getDisableCropping() Method
Disables crop operations for pictures.
Declaration
public boolean getDisableCropping()
Returns
| Type | Description |
|---|---|
| boolean |
|
setDisableCropping(boolean value) Method
Disables crop operations for pictures.
Declaration
public void setDisableCropping(boolean value)
Parameters
| Name | Type | Description |
|---|---|---|
| value | boolean |
|