GdPicture.NET.14.MAUI
GdPicture14.MAUI Namespace / GdViewer Class / UseMonitorDensity Property





In This Topic
UseMonitorDensity Property
In This Topic
Specifies whether monitor density is taken into account for rendering.
Syntax
'Declaration
 
Public Property UseMonitorDensity As Boolean
public bool UseMonitorDensity {get; set;}
public read-write property UseMonitorDensity: Boolean; 
public function get,set UseMonitorDensity : boolean
public: __property bool get_UseMonitorDensity();
public: __property void set_UseMonitorDensity( 
   bool value
);
public:
property bool UseMonitorDensity {
   bool get();
   void set (    bool value);
}

Property Value

The default value is true.
See Also