Skip to content

AvoidResize

Nonki Takahashi edited this page Apr 24, 2017 · 2 revisions

AvoidResize

Use following workaround to avoid to resize the graphics window on browser with Silverlight environment.

gw = 598
gh = 428
GraphicsWindow.Width = gw
GraphicsWindow.Height = gh

Other Resources


Clone this wiki locally