Spread Windows Forms 8.0 Product Documentation
DpiX Property


Gets or sets horizontal (X) resolution.
Syntax
'Declaration
 
Public Property DpiX As String
'Usage
 
Dim instance As Resolution
Dim value As String
 
instance.DpiX = value
 
value = instance.DpiX
public string DpiX {get; set;}

Property Value

String containing the horizontal (X-axis) resolution
Requirements

Target Platforms: Windows 2000 Professional (SP4), Windows 2000 Server, Windows 2003 Server (SP1), Windows 2008, Windows XP (SP2), Windows Vista, Windows 7, Windows 8

See Also

Reference

Resolution Class
Resolution Members

 

 


Copyright © GrapeCity, inc. All rights reserved.