| ScreenIHandlerBitsPerPixel Property  | 
 
            Gets the number of bits each pixel uses to represent its color value.
            
 
    Namespace: 
   Eto.Forms
    Assembly:
   Eto (in Eto.dll) Version: 2.5.3-dev
 Syntax
Syntaxint BitsPerPixel { get; }ReadOnly Property BitsPerPixel As Integer
	Get
abstract BitsPerPixel : int with get
Property Value
Type: 
Int32The screen's bits per pixel.
 See Also
See Also