←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 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Automation Assembly