Click or drag to resize
Cimbalino ToolkitIDisplayPropertiesService Interface
Represents a service capable of launching a Settings dialog that allows the user to change the device's settings.

Namespace: Cimbalino.Toolkit.Services
Assembly: Cimbalino.Toolkit.Core (in Cimbalino.Toolkit.Core.dll) Version: 2.2.1.0 (2.2.1.0)
Syntax
C#
public interface IDisplayPropertiesService

The IDisplayPropertiesService type exposes the following members.

Properties
  NameDescription
Public propertyBounds
Gets the height and width of the application window, as a Rect value.
Public propertyLogicalDpi
Gets the pixels per logical inch of the current environment.
Public propertyPhysicalBounds
Gets the height and width of the physical screen, as a Rect value.
Public propertyRawDpiX
Gets the raw dots per inch (DPI) along the x axis of the display monitor.
Public propertyRawDpiY
Gets the raw dots per inch (DPI) along the y axis of the display monitor.
Public propertyRawPixelsPerViewPixel
Gets the number of raw (physical) pixels for each view (layout) pixel.
Public propertyScreenDiagonal
Gets the physical screen diagonal size.
Top
Version Information

Portable

Supported in: 4.5

Windows

Supported in: 10.0, 8.1

Windows Phone

Supported in: 8.1

Windows Phone Silverlight

Supported in: 8.1, 8.0
See Also