DisplaySettings.BitsPerPixel Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the color depth of the display in bits.
public:
property int BitsPerPixel { int get(); void set(int value); };
public:
property int BitsPerPixel { int get(); void set(int value); };
public int BitsPerPixel { get; set; }
member this.BitsPerPixel : int with get, set
Public Property BitsPerPixel As Integer