silverlight后台代码:using System.Windows.Browser;public Page1(){HtmlPage.RegisterScriptableObject("PageModel", this);InitializeComponent();}[ScriptableMember()]public void SetMargin(long left, long top, long right, long bottom){Thickness margin = ne
控件获取焦点除了用鼠标外,可以通过键盘来获取,比如Tab键或者方向键等,需要设置控件获取键盘焦点时的样式,可以通过设置FrameworkElemnt.FocusVisualStyle属性, 因为几乎所有常用的控件都继承了FrameworkElement,所以绝大部分控件都拥有该属性 // Summary: // Gets or sets a property that enables customization of appearance, effects, // or other style