Visual Basic (Declaration) | |
---|---|
Public Class AnnAutomationObject |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public class AnnAutomationObject |
C++/CLI | |
---|---|
public ref class AnnAutomationObject |
XAML Object Element Usage | |
---|---|
<AnnAutomationObject .../> |
XAML Object Element Usage | |
---|---|
<AnnAutomationObject .../> |
For C#/VB examples, refer to AnnAutomationManager.
To automate an annotation object, create an instance of this class, specifying any properties. Then add it to the Objects collection. At any time, you can enumerate the Objects collection and add/remove/modify any of its properties.
The CreateDefaultObjects method creates the default AnnAutomationObject objects for the default annotation objects.
LEADTOOLS will create the automation properties for the default annotation objects. You can change any property behavior by overriding members of this class or deriving your own. For more information on creating user automation objects, refer to the Implement User Defined Objects with LEADTOOLS WPF Annotations
For information regarding default text strings used throughout the user interface in the automated mode, including information on how to override them, refer to Localization of LEADTOOLS for .NET WPF Annotations Automation.
System.Object
Leadtools.Windows.Annotations.AnnAutomationObject
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Vista, and Windows Server 2003 family