Leadtools.Annotations.Core Namespace > AnnObject Class : FriendlyName Property |
public abstract string FriendlyName {get;}
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".