DisplayMonitor.PhysicalSizeInInches 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 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
.