LEADTOOLS Annotations for WPF and Silverlight (Leadtools.Windows.Annotations assembly)

ShowTextObjectsPropertiesDialogAfterDraw Property

Show in webframe





Gets or sets a value that indicates whether to show the object properties dialog after a text object is drawn.
Syntax
public bool ShowTextObjectsPropertiesDialogAfterDraw {get; set;}
'Declaration
 
Public Property ShowTextObjectsPropertiesDialogAfterDraw As Boolean
'Usage
 
Dim instance As AnnAutomationManager
Dim value As Boolean
 
instance.ShowTextObjectsPropertiesDialogAfterDraw = value
 
value = instance.ShowTextObjectsPropertiesDialogAfterDraw

            

            
public:
property bool ShowTextObjectsPropertiesDialogAfterDraw {
   bool get();
   void set (    bool value);
}

Property Value

true to show the object properties dialog 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. The objet properties dialog will pop up to let you change the text value.

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

Requirements

Target Platforms

See Also

Reference

AnnAutomationManager Class
AnnAutomationManager Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.