<appSettings>
<add key="inactivity_interval" value="10" />
<add key="maximumHeightPopUp" value="260" />
<add key="horizontalArrowsHeight" value="35" />
<add key="modelsListHeight" value="100" />
</appSettings>
I want to use part of this settings in the xaml for example to set grid height. Is it possible?