public enum AnnDesignerType : System.Enum
public enum AnnDesignerType : System.Enum
Leadtools.Annotations.Automation.AnnDesignerType = function() { };
Leadtools.Annotations.Automation.AnnDesignerType.prototype = {
None = 0,
Draw = 1,
Run = 2,
Edit = 3,
};
| Value | Member | Description |
|---|---|---|
| 0 | None | None ![]() ![]() ![]() |
| 1 | Draw | The designer is Leadtools.Annotations.Designers.AnnDrawDesigner![]() ![]() ![]() |
| 2 | Run | The designer is Leadtools.Annotations.Designers.AnnRunDesigner![]() ![]() ![]() |
| 3 | Edit | The designer is Leadtools.Annotations.Designers.AnnEditDesigner![]() ![]() ![]() |