LEADTOOLS Annotations for WPF and Silverlight (Leadtools.Windows.Annotations assembly)
LEAD Technologies, Inc

EditObjectAfterDraw Property






Gets or sets a value that indicates whether new drawn objects are selected (edited). .NET support Silverlight support
Syntax
public bool EditObjectAfterDraw {get; set;}
'Declaration
 
Public Property EditObjectAfterDraw As Boolean
'Usage
 
Dim instance As AnnAutomationManager
Dim value As Boolean
 
instance.EditObjectAfterDraw = value
 
value = instance.EditObjectAfterDraw
public bool EditObjectAfterDraw {get; set;}
 get_EditObjectAfterDraw();
set_EditObjectAfterDraw(value);
public:
property bool EditObjectAfterDraw {
   bool get();
   void set (    bool value);
}

Property Value

true to edit (select) new objects; otherwise, false.
Remarks

When the value of this property is true (default) new objects drawn on the current active AnnAutomation will be automatically selected (edited).

If the new object derives from AnnTextObject and the values the EditObjectAfterDraw and ShowTextObjectsPropertiesDialogAfterDraw properties are both set to true, then the object properties dialog will pop up.

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

AnnAutomationManager Class
AnnAutomationManager Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.