←Select platform

Picture Property

Summary

Gets or sets the AnnPicture object associated with this AnnPointObject.

Syntax

C#
VB
C++
public AnnPicture Picture { get; set; } 
  
Public Property Picture As Leadtools.Windows.Annotations.AnnPicture 

Property Value

The AnnPicture object associated with this AnnPointObject.

Remarks

If you set an empty AnnPicture (a picture that has its Image value set to null (or Nothing in VB), this AnnPointObject will use the picture define in DefaultPicture.

If this property has a valid image, the AnnPointObject will draw this picture around CenterPoint.

If this property does not have a valid image, the AnnPointObject will use Radius to draw an ellipse around CenterPoint.

For more information, refer to Using Pictures in WPF Annotation Objects

Example

For XAML example, refer to AnnPointObject.

For C#/VB examples, 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.Windows.Annotations Assembly