반응형
<Page
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
<DockPanel LastChildFill="True">
<TextBlock DockPanel.Dock="Top" Background="White" TextBlock.FontFamily="Verdana" TextBlock.FontSize="48" VerticalAlignment="Center">
<Image Source="http://www.oreilly.com/images/oreilly/oreilly.gif" Width="287" Height="67"/>
</TextBlock>
<TextBlock DockPanel.Dock="Bottom" Background="DarkRed" Foreground="White">
© 2007 O'Reilly Media, Inc. All trademarks and regustered trademarks appearing on oreilly.com are the property of their respective owners.
</TextBlock>
<StackPanel DockPanel.Dock="Left" VerticalAlignment="Center" Margin="5" >
<Image Source="http://www.oreilly.com/catalog/covers/059652921X_cat.gif" Height="223" Width="180"/>
</StackPanel>
<FlowDocumentReader>
<FlowDocument>
</FlowDocument>
</FlowDocumentReader>
</DockPanel>
</Page>
<FlowDocumentReader>
<FlowDocument>
<Paragraph>
<Bold>
</Bold>
</Paragraph>
<Paragraph>
<Paragraph.FontFamily>Verdana</Paragraph.FontFamily>
<Paragraph.FontSize>18</Paragraph.FontSize>
<Bold>Getting Started with .NET 3.</Bold>
</Paragraph>
<Paragraph>
<Paragraph.FontFamily>Verdana</Paragraph.FontFamily>
<Paragraph.FontSize>18</Paragraph.FontSize>
By Jesse Liberty and Alex Horovitz <LineBreak />
September 2006 <LineBreak />
Pages : 56 <LineBreak />
</Paragraph>
<Paragraph>
Learn how to create more dynamic user experiences and build secure web servies using
Windows Communication Foundation(WCF) and Windows Presentation Foundation(WPF),
Two of the foundational pillars of .NET 3.0,
with this succinct and well-written PDF document.
</Paragraph>
</FlowDocument>
</FlowDocumentReader>
- 출처 Programming .Net 3.5 by Jesse Liberty and Alex Horovitz. (소수 수정)
'.NET > WPF' 카테고리의 다른 글
WPF 기초 의존 프로퍼티와 첨부 프로퍼티 애니메이션, 동시 실행 애니메이션 (0) | 2009.07.17 |
---|---|
WPF 기초 엘리먼트 간의 포함 관계 Window.Resource 형태변형 (0) | 2009.07.16 |
WPF 기초 Resource, Linear Gradient , Style (0) | 2009.07.16 |
WPF 기초 <Viewbox><Canvas> <Path> (0) | 2009.07.15 |
WPF 기초 DockPanel 선언 순서가 중요하다 (0) | 2009.07.15 |
WPF 기초 <Grid.RowDefinitions> <RowDefinition> <Grid.ColumnDefinitions> <ColumnDefinition> (0) | 2009.07.15 |
WPF 에디터 (0) | 2009.07.13 |
WPF 관련 동영상 (0) | 2009.02.08 |