Error processing SSI file
LEADTOOLS Annotations for WPF and Silverlight (Leadtools.Windows.Annotations assembly)

LEADTOOLS SDK Help   |       |    Show Table of Contents    |   

ShowPicture Property (AnnPointObject)






Gets or sets a value indicating whether to show the picture. This is a dependency property.
Syntax
public bool ShowPicture {get; set;}
public:
property bool ShowPicture {
   bool get();
   void set (    bool value);
}
'Declaration
 
Public Property ShowPicture As Boolean
 
'Usage
 
Dim instance As AnnPointObject
Dim value As Boolean
 
instance.ShowPicture = value
 
value = instance.ShowPicture

Property Value

true to show the picture in Picture; otherwise, draw the ellipse.
Remarks
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.
Example

For XAML example, refer to AnnPointObject.

For C#/VB examples, refer to AnnPointObject.

Requirements

Target Platforms

See Also

Reference

AnnPointObject Class
AnnPointObject Members

Error processing SSI file
   Leadtools.Windows.Annotations requires a Document or Medical toolkit license and unlock key. For more information, refer to: LEADTOOLS Toolkit Features