<UserControl x:Class="CloseableHeader"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
mc:Ignorable="d"
d:DesignHeight="150" d:DesignWidth="300" >
DesignHeight / DesignWidth
WPF / 실버라이트 작업을 할때 Grid 같은 부분에서 특정 폼(위치)에서
아래오 같이 자동으로 크기가 맞게 지정한다.
그렇게 되면 아래와 같이 보기가 디게 상그럽따
그래서
임의의 값을 주면
d:DesignHeight="150" d:DesignWidth="300"
이렇게 디자인하기가 수월해진다. 실제로 프로그램이 실행되면
위의 값처럼 실행 된다.
'WPF' 카테고리의 다른 글
[Event/Property/Triggers]컨트롤 포커스 받았을때 스타일변경 (0) | 2010.07.01 |
---|---|
[DataContext] 간단한 DataContext 바인딩 (0) | 2010.06.28 |
[Drag and Drop Objects] 개체 드래그 하기 (0) | 2010.06.23 |
[ResourceDictionary]동적으로 어플리케이션 리소스 적용하기 (0) | 2010.06.23 |
[Resource]Width/Height 치수를 리소스로 설정 (0) | 2010.06.22 |
[Silverlight 4 Documentation/Tools] 도움말다운로드/툴킷 (0) | 2010.06.17 |
[Brush]초간단 브러시 리소스 만들기 (0) | 2010.06.16 |
[WPF Documentation Samples] 기본 예제 (1) | 2010.06.16 |
[WPF Templates/Style] 살짝 애플느낌의 스타일 (0) | 2010.06.16 |
[Command Bindings] 초간단 Custom Commands 만들기 (0) | 2010.06.14 |