AvoidPropertyBreak - nonkit/SmallWikiPad GitHub Wiki

AvoidPropertyBreak

Use following workaround to avoid property break issue on browser with Silverlight environment.

If silverlight Then ' on browser environment
  Program.Delay(msWait)
EndIf
GraphicsWindow.PenWidth = pw

FontName and FontSize are also needed this workaround.

See Aldo

Other Resources