Leadtools.Windows.Annotations Requires Document/Medical license. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
UserMode Property
See Also 
Leadtools.Windows.Annotations Namespace > AnnContainer Class : UserMode Property





Gets or sets the current annotation user mode. This is a dependency property.

Syntax

Visual Basic (Declaration) 
<DesignerSerializationVisibilityAttribute()>
Public Property UserMode As AnnUserMode
Visual Basic (Usage)Copy Code
Dim instance As AnnContainer
Dim value As AnnUserMode
 
instance.UserMode = value
 
value = instance.UserMode
C# 
[DesignerSerializationVisibilityAttribute()]
public AnnUserMode UserMode {get; set;}
C++/CLI 
[DesignerSerializationVisibilityAttribute()]
public:
property AnnUserMode UserMode {
   AnnUserMode get();
   void set (AnnUserMode value);
}
XAML Attributes Usage 

<object UserMode=Leadtools.Windows.Annotations.AnnUserMode .../>

Dependencies Property Information 

Identifier field

UserModeProperty

Metadata properties set to true

AffectsRender

XAML Attributes Usage 

<object UserMode=Leadtools.Windows.Annotations.AnnUserMode .../>

Dependencies Property Information 

Identifier field

UserModeProperty

Metadata properties set to true

AffectsRender

Return Value

An AnnUserMode value that represents the annotation user mode.

Remarks

Design mode is for creating objects; Run mode is for viewing them.

Requirements

Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Vista, and Windows Server 2003 family

See Also

UserMode requires a Document/Medical product license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features and Unlocking Special LEAD Features.