WPF control default size -


when defining custom resource themes wpf application, can set width / height etc... how can find default value these properties (i.e. values used in controls provided in framework) ?

the default width , height frameworkelements double.nan. if don't specify different size wpf controls automatically size try , fit content, containers or both.


Comments

Popular posts from this blog

actionscript 3 - TweenLite does not work with object -

php - How can I edit my code to echo the data of child's element where my search term was found in, in XMLReader? -

c# - Global Variables vs. ASP.NET Session State -