←Select platform

Designer Property

Summary
Gets the designer responsible for the change.
Syntax
C#
VB
Objective-C
C++
Java
public AnnDesigner Designer { get; } 
Public ReadOnly Property Designer As AnnDesigner 
@property (nonatomic,retain,readonly) LTAnnDesigner* designer; 
public AnnDesigner getDesigner() 
public:  
   property AnnDesigner^ Designer 
   { 
      AnnDesigner^ get() 
   } 

Property Value

The AnnDesigner responsible for the change.

Remarks

This value is null unless ChangeType is DesignerDraw or DesignerEdit.

Requirements

Target Platforms

Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Automation Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.