←Select platform

DefaultPicture Property

Summary

Gets or sets the default picture used by all AnnPointObject objects.

Syntax

C#
VB
C++
public static AnnPicture DefaultPicture { get; set; } 
  
Public Shared Property DefaultPicture As Leadtools.Annotations.AnnPicture 
public: 
static property Leadtools.Annotations.AnnPicture^ DefaultPicture { 
   Leadtools.Annotations.AnnPicture^ get(); 
   void set (    Leadtools.Annotations.AnnPicture^ ); 
} 

Property Value

An AnnPicture class that defines the picture used by the AnnPointObject.

Remarks

Use UseOriginalPicture to revert back to the original picture.

Example

For an example, refer to DefaultPicture

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