2009-02-26 3 views

답변

0

XAML 파일로 수행 할 작업에 따라 다릅니다. :-)

Silverlight와 함께 사용하려면 learn how to write SL applications이 필요합니다.

XAML에서 정적 그림을 생성하여 클라이언트에 보내려는 경우 this blog post을 볼 수 있습니다.

1

는 실버 라이트 컨트롤을 사용 : -

<object type="application/x-silverlight" width="100%" height="100%" id="slc"> 
    <param name="source" value="/myfolder/myfile.xaml"/> 
</object> 
관련 문제