ImageGear21.Presentation Assembly > ImageGear.Display Namespace > ImGearNativeDisplayScaleSettings Class : Resolution Property |
'Declaration Public ReadOnly Property Resolution As IImGearResolution
'Usage Dim instance As ImGearNativeDisplayScaleSettings Dim value As IImGearResolution value = instance.Resolution
public IImGearResolution Resolution {get;}
public: __property IImGearResolution* get_Resolution();
public: property IImGearResolution^ Resolution { IImGearResolution^ get(); }
See Displaying Images in WPF Environment for more information.
The default value is 96 DPI
.