Gets or sets a value indicating whether to show the picture. This is a dependency property.
public bool ShowPicture { get; set; }
Public Property ShowPicture As Boolean
true to show the picture in Picture; otherwise, draw the ellipse.
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, StrokeBrush, Fill, FillBrush and Radius will be ignored. If ShowPicture is false; this object will draw an ellipse using Stroke, Fill and Radius around CenterPoint.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET