public virtual AnnKeys RotateModifierKey {get; set;}
Public Overridable Property RotateModifierKey As AnnKeys
public virtual AnnKeys RotateModifierKey {get; set;}
@property (nonatomic) LTAnnKeys rotateModifierKey;
public int getRotateModifierKey(); public void setRotateModifierKey(int value);
get_RotateModifierKey();
set_RotateModifierKey(value);
Object.defineProperty('RotateModifierKey');
When this AnnEditDesigner is editing an object and the user holds down the key specified by this property while clicking and dragging on the object, the object will rotate around its origin.