MainWindow.WindowStyle property not implemented?

Discussion MainWindow.WindowStyle property not implemented?

  • Thursday, April 26, 2012 1:12 AM
     
     

    Silverlight 5 application run out of broswer(OOB), I want to change MainWindow.WindowStyle property and throw a exception "The method or operation is not implemented."

    I don't know the property not impemented . I use Silverlight 5 Software Development Kit November 2011.

    November 2011

    This is my code.

    private void Application_Startup(object sender, StartupEventArgs e)
            {
                   Application.MainWindow.WindowStyle = WindowStyle.SingleBorderWindow;
            }

     MainWindow.WindowStyle  property not implemented

All Replies