Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.4.6
|
Leadtools.Annotations.Core Namespace > AnnContainer Class : UserMode Property |
public virtual AnnUserMode UserMode {get; set;}
'Declaration
Public Overridable Property UserMode As AnnUserMode
public virtual AnnUserMode UserMode {get; set;}
@property (nonatomic) LTAnnUserMode userMode;
public AnnUserMode getUserMode() public void setUserMode(AnnUserMode userMode)
get_UserMode();
set_UserMode(value);
Object.defineProperty('UserMode');
When this container is rendered, some of the objects will behave differently depending on the user mode. For example, AnnHotspotObject will not be visible in run mode.
The value of this property will change by the automation framework.