←Select platform

UnitConverter Property

Summary

Gets or sets the AnnUnitConverter that will be used in the AnnContainer object.

Syntax

C#
VB
C++
public virtual AnnUnitConverter UnitConverter { get; set; } 
  
Public Overridable Property UnitConverter As Leadtools.Annotations.AnnUnitConverter 
public: 
virtual property Leadtools.Annotations.AnnUnitConverter^ UnitConverter { 
   Leadtools.Annotations.AnnUnitConverter^ get(); 
   void set (    Leadtools.Annotations.AnnUnitConverter^ ); 
} 

Property Value

The AnnUnitConverter setting for this AnnContainer object.

Remarks

All objects inside this container will use this unit converter when converting points, lengths, sizes, etc. from one unit to another. It is recommended that you set the DPI for this AnnUnitConverter to the same DPI as the surface to which you are drawing the container.

Example

For an example, refer to AnnContainer.

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