←Select platform

DpiY Property

Summary

Gets or sets the vertical DPI (dots per inch) that is used to translate the vertical distance for the ruler.

Syntax

C#
VB
C++
public double DpiY { get; set; } 
  
Public Property DpiY As Double 
public: 
property double DpiY { 
   double get(); 
   void set (    double ); 
} 

Property Value

The vertical DPI (dots per inch) that is used to translate the vertical distance for the ruler

Remarks

If this value is zero, then the ruler will use the same DPI as its AnnContainer.

This value is set to zero by default.

Example

For XAML example, refer to AnnRulerObject.

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