DpiHelperDpiAware Property |
LightningChart .NET Help
Defines if the system process is DPI aware or not.
Currently there is no way distinguishing between system aware and Per-monitor aware.
Namespace:
Arction.Wpf.ChartingMVVM
Assembly:
Arction.Wpf.ChartingMVVM.LightningChart (in Arction.Wpf.ChartingMVVM.LightningChart.dll) Version: 10.3.1
Syntaxpublic static bool DpiAware { get; }Public Shared ReadOnly Property DpiAware As Boolean
Get
public:
static property bool DpiAware {
bool get ();
}Property Value
Type:
Boolean
See Also