←Select platform

ShowTextObjectsPropertiesDialogAfterDraw Property

Summary

Gets or sets a value that indicates whether to show the object properties dialog after a text object is drawn.

Syntax

C#
VB
C++
public bool ShowTextObjectsPropertiesDialogAfterDraw { get; set; } 
  
Public Property ShowTextObjectsPropertiesDialogAfterDraw As Boolean 
public: 
property bool ShowTextObjectsPropertiesDialogAfterDraw { 
   bool get(); 
   void set (    bool ); 
} 

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

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations Assembly