Gets or sets a value indicating the current auto-rotate key.
public virtual Keys RotateModifierKey {get; set;}
public:
virtual property Keys RotateModifierKey {
Keys get();
void set ( Keys value);
}
'Declaration
Public Overridable Property RotateModifierKey As Keys
'Usage
Dim instance As AnnEditDesigner
Dim value As Keys
instance.RotateModifierKey = value
value = instance.RotateModifierKey
Property Value
A
System.Windows.Forms.Keys value that specifies the current auto-rotate key.