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

ShowTextObjectEditWindowAfterDraw Property






Gets or sets a value that indicates whether to show a text edit window after a text object is drawn. .NET support Silverlight support
Syntax
public bool ShowTextObjectEditWindowAfterDraw {get; set;}
'Declaration
 
Public Property ShowTextObjectEditWindowAfterDraw As Boolean
'Usage
 
Dim instance As AnnAutomationManager
Dim value As Boolean
 
instance.ShowTextObjectEditWindowAfterDraw = value
 
value = instance.ShowTextObjectEditWindowAfterDraw
public bool ShowTextObjectEditWindowAfterDraw {get; set;}
 get_ShowTextObjectEditWindowAfterDraw();
set_ShowTextObjectEditWindowAfterDraw(value);
public:
property bool ShowTextObjectEditWindowAfterDraw {
   bool get();
   void set (    bool value);
}

Property Value

true to show a text edit window after a text object is drawn; otherwise, false.
Remarks

When the value of this property is true (default) and a new object that derives from AnnTextObject is drawn, a text window will pop up to let you change the text value.

The ShowTextObjectEditWindowAfterDraw property only works if the value of the EditObjectAfterDraw is set to true.

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.