←Select platform

ShowPicture Property

Summary

Gets or sets a value indicating whether to show the picture.

Syntax

C#
VB
C++
public virtual bool ShowPicture { get; set; } 
  
Public Overridable Property ShowPicture As Boolean 
public: 
virtual property bool ShowPicture { 
   bool get(); 
   void set (    bool ); 
} 

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. Pen, Brush and Radius will be ignored. If ShowPicture is false; this object will draw an ellipse using Pen, Brush and Radius around CenterPoint.

Example

For an example, refer to AnnPointObject.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations Assembly