←Select platform

Designer Property

Summary

Gets the designer responsible for the change.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public AnnDesigner Designer { get; } 
Public ReadOnly Property Designer As Leadtools.Annotations.Designers.AnnDesigner 
 @property (nonatomic,retain,readonly) LTAnnDesigner* designer; 
public AnnDesigner getDesigner() 
 get_Designer();  
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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Automation Assembly