←Select platform

Cancel Property

Summary
A value indicating whether the draw operation should be canceled.
Syntax
C#
Objective-C
C++/CLI
Java
Python
public bool Cancel { get; set; } 
@property (nonatomic, assign) BOOL cancel; 
public boolean getCancel() 
public void setCancel(boolean cancel) 
public:  
   property bool Cancel 
   { 
      bool get() 
      void set(bool value) 
   } 
Cancel # get and set (AnnDrawDesignerEventArgs) 

Property Value

true if the draw operation should be canceled; otherwise, false. The default value is false.

Remarks

You should set this property to true to prevent an AnnObject from drawing.

Requirements

Target Platforms

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

Leadtools.Annotations.Engine Assembly

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