Visual Basic (Declaration) | |
---|---|
Property DpiY As Double |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As IAnnRuler Dim value As Double instance.DpiY = value value = instance.DpiY |
C# | |
---|---|
double DpiY {get; set;} |
Property Value
The vertical DPI (dots per inch) that is used to translate the vertical distance for the rulerIf this value is zero, then the ruler will use the same DPI as its AnnContainer.
This value is set to zero by default.
Target Platforms: Silverlight 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)