Visual Basic (Declaration) | |
---|---|
Public Overridable Property UnitConverter As AnnUnitConverter |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public virtual AnnUnitConverter UnitConverter {get; set;} |
Managed Extensions for C++ | |
---|---|
public: __property virtual AnnUnitConverter* get_UnitConverter(); public: __property virtual void set_UnitConverter( AnnUnitConverter* value ); |
C++/CLI | |
---|---|
public: virtual property AnnUnitConverter^ UnitConverter { AnnUnitConverter^ get(); void set (AnnUnitConverter^ value); } |
Return Value
The AnnUnitConverter setting for this AnnContainer object.For an example, refer to AnnContainer.
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.
Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family