The DpiY Property supports WPF/Silverlight.
The DpiY Property is available in LEADTOOLS Document and Medical Imaging toolkits.
Gets or sets the vertical DPI (dots per inch) that is used to translate the vertical distance for the ruler. Supported in Silverlight, Windows Phone 7Visual Basic (Declaration) | |
---|---|
Public Property DpiY As Double |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As AnnRulerObject Dim value As Double instance.DpiY = value value = instance.DpiY |
C# | |
---|---|
public double DpiY {get; set;} |
Property Value
The vertical DPI (dots per inch) that is used to translate the vertical distance for the rulerFor XAML example, refer to AnnRulerObject.
If 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)