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
Post a Comment