控件中国网现已改版,您看到的是老版本网站的镜像,系统正在为您跳转到新网站首页,请稍候.......
中国最专业的商业控件资讯网产品咨询电话:023-67870900 023-67871946
产品咨询EMAIL:SALES@COMPONENTCN.COM

WPF学习笔记1:XAML之NameSpace

作者:Alen 出处:Alen 2010年09月08日 阅读:

先说点题外话:
写blog的缘由来自于自己学习的过程中诸多痛苦,看了就忘,忘了再看。唉真是人老了,记忆力不行了。
所以突然响了了blog,老做潜水员,这次也借机浮出水面一下。把学的过程中的一些东西记录下啦。

主要教材:
1. MSDN
2. Sams.Windows.Presentation.Foundation.Unleashed.Dec.2006
3. OReilly.Programming.WPF.2nd.Edition.Aug.2007.eBook-BBL

由于没太写过东西,加之时间较为紧张,很多东西直接转载MSDN,或翻译上述2本书。
希望没人骂我太懒就好。

=========================================================================

WPF程序集中使用多个XmlnsDefinitionAttribute的一个硬编码
NameSpace 定义支持向下嵌套

 

 

xmlns="http://schemas.microsoft.com/winfx/2006/xaml"
对应的.NET的命名空间:
System.Windows.Markup

映射单独的可扩展应用程序标记语言 (XAML) 命名空间,通常将其映射为x:前缀。
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"

----------------------------------------------------------------------------------------------
xmlns=”http://schemas.microsoft.com/winfx/2006/xaml/presentation”
将整个 Windows Presentation Foundation (WPF) 命名空间映射为默认命名空间:

对应的.NET的命名空间:
. System.Windows
. System.Windows.Automation
. System.Windows.Controls
. System.Windows.Controls.Primitives
. System.Windows.Data
. System.Windows.Documents
. System.Windows.Forms.Integration
. System.Windows.Ink
. System.Windows.Input
. System.Windows.Media
. System.Windows.Media.Animation
. System.Windows.Media.Effects
. System.Windows.Media.Imaging
. System.Windows.Media.Media3D
. System.Windows.Media.TextFormatting
. System.Windows.Navigation
. System.Windows.Shapes

----------------------------------------------------------------------------------------------
自定义增加NameSpace:
xmlns:custom="clr-namespace:SDKSample;assembly=SDKSampleLibrary"

Sample:
----------------------------------------------------------------------------------------------
使用NameSpaceSample

<my:WindowsFormsHost Height="100" Name="windowsFormsHost1" xmlns:my="clr-namespace:System.Windows.Forms.Integration;assembly=WindowsFormsIntegration" />

<Window x:Class="WpfApplication7.Window1"
xmlns
="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x
="http://schemas.microsoft.com/winfx/2006/xaml"
Title
="Window1" Height="300" Width="300" >

 

1.  全局

<Window x:Class="NonRectangularWindowSample.Window1"
xmlns
="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x
="http://schemas.microsoft.com/winfx/2006/xaml"
>
    
<Grid>
        
<Button >Button</Button>
    
</Grid>
</Window>

 2. 独立使用
 

<Button xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation">
Button
</Button>

3. 使用前缀

 

<y:Window
x:Class
="NonRectangularWindowSample.Window1"
xmlns:y
="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x
="http://schemas.microsoft.com/winfx/2006/xaml"
Title
="Window1" Height="300" Width="300">
    
<y:Grid>
        
<y:Button>Button</y:Button>
    
</y:Grid>
</y:Window>


P.S.
在博客园东西写得少,格式还不太会用,大家讲究看看,海涵海涵!

WPF界面套包控件:ComponentOne Studio for WPF
中文介绍

WPF界面套包控件:RadControls for WPF
中文介绍

WPF流程图控件:AddFlow for WPF
中文介绍

更多WPF控件页面
 

 

 

 

热推产品

  • ActiveReport... 强大的.NET报表设计、浏览、打印、转换控件,可以同时用于WindowsForms谀坔攀戀Forms平台下......
  • AnyChart AnyChart使你可以创建出绚丽的交互式的Flash和HTML5的图表和仪表控件。可以用于仪表盘的创......
首页 | 新闻中心 | 产品中心 | 技术文档 | 友情连接 | 关于磐岩 | 技术支持中心 | 联系我们 | 帮助中心 Copyright-2006 ComponentCN.com all rights reserved.重庆磐岩科技有限公司(控件中国网) 版权所有 电话:023 - 67870900 传真:023 - 67870270 产品咨询:sales@componentcn.com 渝ICP备12000264号 法律顾问:元炳律师事务所 重庆市江北区塔坪36号维丰创意绿苑A座28-5 邮编:400020
在线客服
在线客服系统
在线客服
在线客服系统