Visual Basic (Declaration) | |
---|---|
Public Property ExtendedMode As Boolean |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public bool ExtendedMode {get; set;} |
XAML Attributes Usage | |
---|---|
<object ExtendedMode=bool .../> |
Dependencies Property Information | |
---|---|
Identifier field | |
Metadata properties set to true | None |
XAML Attributes Usage | |
---|---|
<object ExtendedMode=bool .../> |
Dependencies Property Information | |
---|---|
Identifier field | |
Metadata properties set to true | None |
Return Value
true if this AnnDrawDesigner is currently in extended mode; otherwise, false.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. |
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. |
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Vista, and Windows Server 2003 family