WPF 단위 units of measures
px: is the default device-independent unit (1/96th inch per unit)
in: is inches; 1in = 96px
cm: is centimeters; 1cm = (96/2.54) px
pt: is points; 1pt = (96/72) px
'Computer_IT > WPF_Silverlight' 카테고리의 다른 글
전체화면 전환 (0) | 2010.10.23 |
---|---|
WPF Windows transparent 처리 (0) | 2010.06.12 |
Silverlight / Flash(Flex) 보안정책 파일 (0) | 2009.11.21 |
전체화면 전환
'Computer_IT > WPF_Silverlight' 카테고리의 다른 글
WPF 단위 units of measures (0) | 2012.09.30 |
---|---|
WPF Windows transparent 처리 (0) | 2010.06.12 |
Silverlight / Flash(Flex) 보안정책 파일 (0) | 2009.11.21 |
WPF Windows transparent 처리
'Computer_IT > WPF_Silverlight' 카테고리의 다른 글
WPF 단위 units of measures (0) | 2012.09.30 |
---|---|
전체화면 전환 (0) | 2010.10.23 |
Silverlight / Flash(Flex) 보안정책 파일 (0) | 2009.11.21 |
Silverlight / Flash(Flex) 보안정책 파일
Silverlight에서 지원하는 보안정책 파일
Flash정책 파일 (crossdomain.xml)
대표사이트
http://www.naver.com/crossdomain.xml
http://www.google.com/crossdomain.xml
http://www.youtube.com/crossdomain.xml
http://www.hugeflow.com/crossdomain.xml
Livedoc 문서: http://livedocs.adobe.com/flash/9.0_kr/ActionScriptLangRefV3/flash/system/Security.html
설명 : Adobe의 기본정책파일 / WebClient/HTTP Class에서 사용가능
Silverlight 정책파일(clientaccesspolicy.xml)
대표사이트
http://www.microsoft.com/clientaccesspolicy.xml
http://www.silverlight.net/clientaccesspolicy.xml
http://www.hugeflow.com/clientaccesspolicy.xml
MSDN 문서 : http://msdn.microsoft.com/ko-kr/library/cc645032(VS.95).aspx
설명 : MS Silverlight 기본정책파일 / WebClient/HTTP Class / Socket등에서 사용
Silverlight에서는 clientaccesspolicy.xml 을 먼저 체크후 없다면 crossdomain.xml 체크
후발업체 다운 선택...
'Computer_IT > WPF_Silverlight' 카테고리의 다른 글
WPF 단위 units of measures (0) | 2012.09.30 |
---|---|
전체화면 전환 (0) | 2010.10.23 |
WPF Windows transparent 처리 (0) | 2010.06.12 |