Toggle Full Screen Button in Sketchflow Project
hi,
i want include fullscreen toggle button (i.e. activating browser fullscreen mode) in sketchflow demo client.
i total newb though need step step guide on how (i've looked online while not found simple enough).
would of kind fellows able help?
oh ok.... then:
private void go(object sender, system.windows.routedeventargs e) { application.current.host.content.isfullscreen = !application.current.host.content.isfullscreen; }
Expression > Expression Blend + SketchFlow
Comments
Post a Comment