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 > AnnObject Class : FriendlyName Property |
public abstract string FriendlyName {get;}
'Declaration
Public MustOverride ReadOnly Property FriendlyName As String
public abstract string FriendlyName {get;}
@property (nonatomic,copy,readonly) NSString* friendlyName;
public abstract String getFriendlyName()
get_FriendlyName();
This property is overridden by derived class to return a friendly name of the object. For example, AnnRectangleObject will return "Rectangle" and AnnHotspotObject will return "Hotspot".