실버라이트 관련 팁 모음

시삽: 레드플러스 님 
게시판 이동:
 제목 : Canvas Layout 관련 코드 조각
글번호: 5
작성자: 레드플러스
작성일: 2008/06/22 오후 4:02:15
조회수: 2613
<UserControl x:Class="SilverlightApplication1.Page"
    xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
    xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
    Width="400" Height="300">
    <Canvas Background="Yellow">
        <Button Content="안녕하세요 반갑습니다." Canvas.Top="96" Canvas.Left="96" Width="192" Height="192"></Button>
        <Rectangle Fill="Red" Width="96" Height="96" Canvas.Left="96" Canvas.Top="96"></Rectangle>
    </Canvas>
</UserControl>
 
이전 글   다음 글 삭제 수정 답변 글쓰기 리스트

(댓글을 남기려면 로그인이 필요합니다.)

관련 아티클 리스트
  제       목 파일 작성자 작성일 조회
이전글 Layout - 레드플러스 2008-06-22 2580
  4 - 레드플러스 2008-06-22 2569
현재글 Canvas Layout 관련 코드 조각 - 레드플러스 2008-06-22 2613
  Grid Layout - 레드플러스 2008-11-30 2550
다음글 3 - 레드플러스 2008-06-22 2598
 
손님 사용자 Anonymous (손님)
로그인 Home