Visual Basic (Declaration) | |
---|---|
<DesignerSerializationVisibilityAttribute()> Public Property UserMode As AnnUserMode |
Visual Basic (Usage) | Copy Code |
---|---|
|
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 | |
Metadata properties set to true | AffectsRender |
XAML Attributes Usage | |
---|---|
<object UserMode=Leadtools.Windows.Annotations.AnnUserMode .../> |
Dependencies Property Information | |
---|---|
Identifier field | |
Metadata properties set to true | AffectsRender |
Return Value
An AnnUserMode value that represents the annotation user mode.Design mode is for creating objects; Run mode is for viewing them.
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Vista, and Windows Server 2003 family