←Select platform

LockPicture Property

Summary

Gets or sets the id of the picture used when drawing the locked symbol for locked objects.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public int LockPicture { get; set; } 
Public Property LockPicture As Integer 
public int LockPicture {get; set;} 
@property (nonatomic) int lockedPicture; 
public int getLockPicture() 
public void setLockPicture(int picture) 
             
  
get_LockPicture(); 
set_LockPicture(value); 
Object.defineProperty('LockPicture');  
public:  
   property Int32 LockPicture 
   { 
      Int32 get() 
      void set(Int32 value) 
   } 

Property Value

The id of the picture used when drawing the locked symbol for locked objects. The default value is 1.

Remarks

All objects of this type inside the container will use this picture when drawing the object if the object is locked.

The container uses a picture of a "lock" that is created by default. You can change this default picture by using this property.

For more information, refer to Implementing Annotation Security.

Example

For an example, refer to Lock.

Requirements

Target Platforms

See Also

Reference

AnnObject Class

AnnObject Members

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Core Assembly