←Select platform

ScreenDpi Property

Summary

Current screen resolution in dots per inch (or DPI).

Syntax

C#
VB
C++
public virtual LeadSize ScreenDpi { get; set; } 
Public Overridable Property ScreenDpi() As LeadSize 
   Get 
   Set 
public:  
   virtual property LeadSize^ ScreenDpi 
   { 
      LeadSize^ get() 
      void set(LeadSize^ value) 
   } 

Property Value

The current screen horizontal resolution in dots per inch (or DPI). A value of 0 means use the default screen resolution which is either calculated automatically if the platform supports that or set to 96 otherwise. The default value is 0.

Remarks

For more information and example, refer to UseDpi.

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.Controls.WinForms Assembly