LEADTOOLS Annotations (Leadtools.Annotations assembly)
LEAD Technologies, Inc

ExtendedMode Property






Gets or sets a value indicating whether this AnnDrawDesigner is currently in extended mode.
Syntax
public virtual bool ExtendedMode {get; set;}
'Declaration
 
Public Overridable Property ExtendedMode As Boolean
'Usage
 
Dim instance As AnnDrawDesigner
Dim value As Boolean
 
instance.ExtendedMode = value
 
value = instance.ExtendedMode
public virtual bool ExtendedMode {get; set;}
 get_ExtendedMode();
set_ExtendedMode(value);
public:
virtual property bool ExtendedMode {
   bool get();
   void set (    bool value);
}

Property Value

true if this AnnDrawDesigner is currently in extended mode; otherwise, 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.
AnnProtractorDrawDesigner The rulers will be drawn at 45 degrees.
AnnRectangleDrawDesigner Will be forced to draw a square.
AnnTextDrawDesigner 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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

AnnDrawDesigner Class
AnnDrawDesigner Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.