Version

MaxInfragisticsDpiAwareness Property

Gets or sets a value which limits the Dpi Awareness of Infragistics controls that support Dpi Scaling.
Syntax
'Declaration
 
Public Shared Property MaxInfragisticsDpiAwareness As InfragisticsDpiAwareness
public static InfragisticsDpiAwareness MaxInfragisticsDpiAwareness {get; set;}
Remarks

This property allow you to limit the Dpi Scaling capability of Infragistics controls. Note that this property will only reduce the Dpi awareness, it cannot increase awareness beyond what the application supports or opts into. This property exists for cases where an existing application is already working around Dpi Scaling issues and you do not want the Infragistics controls to behave as Dpi aware.

Also note that this property does notify controls of a change. So it should be set once when the application begins execution, before any controls have painted, and not changed at run-time.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also