Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.3.29
|
Leadtools.Annotations.Automation Assembly > Leadtools.Annotations.Automation Namespace > AnnAutomationManager Class : ExtendedModeModifierKey Property |
public AnnKeys ExtendedModeModifierKey {get; set;}
'Declaration
Public Property ExtendedModeModifierKey As AnnKeys
public AnnKeys ExtendedModeModifierKey {get; set;}
@property (nonatomic) LTAnnKeys extendedModeModifierKey;
public int getExtendedModeModifierKey() public void setExtendedModeModifierKey(int value)
<br/>get_ExtendedModeModifierKey();<br/>set_ExtendedModeModifierKey(value);<br/>Object.defineProperty('ExtendedModeModifierKey');
This key is used to toggle the AnnDrawDesigner.ExtendedMode on and off in design mode.
Extended mode modifies the drawing behavior of the designer. Pressing and holding down the modifier key while drawing makes lines snap to the closest vertical, horizontal, or 45-degree angle; and constrains rectangle and ellipse objects to be sized proportionately when they are drawn so that squares and circles are drawn instead of rectangles and ellipses.
Note: This member is not supported in WinRT Phone.