| ScreenIHandlerScale Property  | 
 
            Gets the logical scale of the pixels of the screen vs. points.
            
 
    Namespace: 
   Eto.Forms
    Assembly:
   Eto (in Eto.dll) Version: 2.5.3-dev
 Syntax
SyntaxReadOnly Property Scale As Single
	Get
abstract Scale : float32 with get
Property Value
Type: 
SingleThe logical scale of pixels per point.
 Remarks
Remarks
            This scale should be based on a standard 72dpi screen.
            
 See Also
See Also