Con risposta SystemParameters.WorkArea.Height in metro

  • Friday, June 01, 2012 11:23 AM
     
     
    how i get these features in metro                                                                                                 double f = System.Windows.SystemParameters.WorkArea.Height;

    please

All Replies

  • Friday, June 01, 2012 5:54 PM
    Moderator
     
     Answered

    Metro style apps cannot get information about the system like that.

    You should use your windows' bounds instead.

    --Rob

    • Marked As Answer by SANTANA GEORGE Saturday, June 02, 2012 1:48 AM
    •