C1.Win.Ribbon.4.8 Assembly / C1.Win.Ribbon Namespace / C1RibbonForm Class / GetDeviceDpi Method

In This Topic
GetDeviceDpi Method (C1RibbonForm)
In This Topic
Gets the DPI value for the display device where the control is currently being displayed.
Syntax
'Declaration
 
Protected Overridable Function GetDeviceDpi() As System.Integer
 
Remarks
Returns system DPI for .Net 4.5.2 and Control.DeviceDpi for .Net 5 or highest.
See Also