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 > AnnPointObject Class : ShowPicture Property |
public bool ShowPicture {get; set;}
'Declaration
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.