←Select platform

AnnUserMode Enumeration

Summary

Specifies the user mode for all objects in this container. Design mode is for creating objects; run mode is for viewing them.

Syntax

C#
VB
Java
Objective-C
WinRT C#
public enum AnnUserMode
Public Enum AnnUserMode
public enum AnnUserMode
typedef enum LTAnnUserMode
public enum AnnUserMode
Leadtools.Annotations.Core.AnnUserMode = function() { }; 
Leadtools.Annotations.Core.AnnUserMode.prototype = { 
 
  Design = 0x00000000, 
    Run = 0x00000001, 
    Render = 0x00000002, 
     
 }; 

Members

ValueMemberDescription
0Design Design mode. Used for creating objects.
1Run Run mode. Used for viewing or activating objects.
2Render Render mode. Used for viewing objects only.
Requirements

Target Platforms

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.Annotations.Core Assembly
Click or drag to resize