Share via


DisplayMonitor.PhysicalSizeInInches Property

Definition

Gets the monitor's physical diagonal size in inches.

public:
 property IReference<Size> ^ PhysicalSizeInInches { IReference<Size> ^ get(); };
IReference<Size> PhysicalSizeInInches();
public System.Nullable<Size> PhysicalSizeInInches { get; }
var iReference = displayMonitor.physicalSizeInInches;
Public ReadOnly Property PhysicalSizeInInches As Nullable(Of Size)

Property Value

The monitor's physical diagonal size in inches if known, otherwise null.

Applies to