Leadtools.Annotations.Core Namespace > AnnPointObject Class : ShowPicture Property |
public bool ShowPicture {get; set;}
Public Property ShowPicture As Boolean
public bool ShowPicture {get; set;}
@property (nonatomic) BOOL showPicture;
public boolean getShowPicture() public void setShowPicture(boolean showPicture)
get_ShowPicture();
set_ShowPicture(value);
Object.defineProperty('ShowPicture');
The AnnPointObject works in two ways: If the value of ShowPicture is true; this object will draw the picture in Picture with CenterPoint as the center point. Stroke, Fill and Radius will be ignored. If ShowPicture is false, this object will draw an ellipse using Stroke, Fill and Radius around CenterPoint.