
Silverlight
文章平均质量分 65
银月术
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
【Silverlight】Font Embedding
set the FontFamily propery, you need to use this format: FontFileName#FontName to pull the resource out of the current assembly, this code uses the Application.GetResourceStream() method a原创 2010-02-04 10:41:00 · 495 阅读 · 0 评论 -
【Silverlight】Silverlight supports nine core fonts
Silverlight supports nine core fonts, which are guaranteed to render correctly on any browser and operating system that supports Silverlight. ArialArial BlackComic Sans MSCourier NewGeorgi原创 2010-02-04 09:18:00 · 372 阅读 · 0 评论 -
【Silverlight】Convert Text to Path
The WPF APIs provide a FormattedText object that allows you to export its contents as a Geometry, which in turn allows you to generate its contents in the XAML Path Mini Language. Heres原创 2010-02-04 10:18:00 · 1003 阅读 · 0 评论 -
【Silverlight】Silverlight Parameters
The element contains a series of elements that specify additional options to the Silverlight plug-in.source: A URI that points to the XAP file for your Silverlight application. This parameter is r原创 2010-01-12 08:16:00 · 481 阅读 · 0 评论 -
【Silverlight】Creating a Friendly Install Experience
Some of the users who reach your test page will not have Silverlight installed, or they wont have the correct version. The standard behavior is for the Silverlight test page to detect the problem and原创 2010-01-12 07:59:00 · 551 阅读 · 0 评论