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

javascript - Iterate over array and calculate average values of array-parts -

iphone - Using nested NSDictionary with Picker -

objective c - Newbie question -multiple parameters -