←Select platform

ExtendedMode Property

Summary
A value indicating whether this AnnDrawDesigner is currently in extended mode.
Syntax
C#
Objective-C
C++/CLI
Java
Python
public virtual bool ExtendedMode { get; set; } 
@property (nonatomic, assign) BOOL extendedMode NS_AVAILABLE_MAC(10_10); 
public boolean getExtendedMode(); 
public void setExtendedMode(boolean value); 
public:  
   virtual property bool ExtendedMode 
   { 
      bool get() 
      void set(bool value) 
   } 
ExtendedMode # get and set (AnnDrawDesigner) 

Property Value

true if this AnnDrawDesigner is currently in extended mode, otherwise; false. Default value is false.

Remarks

The base AnnDrawDesigner does not use extended mode. However, derived AnnDrawDesigner classes can provide extra functionality and alter the way they function depending on the value of this property. The following table shows what the standard draw designers of LEADTOOLS will do if the value of ExtendedMode is set to true:

Designer When ExtendedMode is set to true
AnnLineDrawDesigner The line will be drawn at 45 degrees
AnnPolylineDrawDesigner The lines will be drawn at 45 degrees
AnnProtractorDrawDesigner The rulers will be drawn at 45 degrees
AnnRectangleDrawDesigner Will be forced to draw a square for the bounding box
AnnTextPointerDrawDesigner Will be forced to draw a square for the bounding box
Requirements

Target Platforms

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

Leadtools.Annotations.Designers Assembly

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