←Select platform

ShowPicture Property

Summary
Gets or sets a value indicating whether to show the picture.
Syntax
C#
Objective-C
C++/CLI
Java
Python
public bool ShowPicture { get; set; } 
@property (nonatomic, assign) BOOL showPicture; 
public boolean getShowPicture() 
public void setShowPicture(boolean showPicture) 
public:  
   property bool ShowPicture 
   { 
      bool get() 
      void set(bool value) 
   } 
ShowPicture # get and set (AnnPointObject) 

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

Requirements

Target Platforms

Help Version 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Engine Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.