←Select platform

IsLoaded Property

Summary

Gets or sets a value indicating if the image associated with this AnnPicture is loaded.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public bool IsLoaded { get; set; } 
Public Property IsLoaded As Boolean 
public bool IsLoaded {get; set;} 
@property (nonatomic) BOOL isLoaded; 
public boolean isLoaded() 
public void setLoaded(boolean loaded) 
             
  
get_IsLoaded(); 
set_IsLoaded(value); 
Object.defineProperty('IsLoaded');  
public:  
   property bool IsLoaded 
   { 
      bool get() 
      void set(bool value) 
   } 

Property Value

A boolean indicating if the image associated with this AnnPicture is loaded.

Requirements

Target Platforms

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