摘要:
阅读全文
摘要:
阅读全文
摘要:
<Window x:Class="ControlTemplates.GradientButtonTest" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.micros 阅读全文
摘要:
<ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" x:Class=" 阅读全文
摘要:
对几个概念的理解,包括TargetType,ContentPresenter,模板绑定(TemplateBinding),Rectangle类 TemplateBinding如果没有设置到某属性上,当使用控件模板时设置了该属性则该属性设置无效。 阅读全文
摘要:
阅读全文
摘要:
动态与静态资源的区别 <Window.Resources> <ImageBrush x:Key="TileBrush" x:Name="DynamicBrush" TileMode="Tile" ViewportUnits="Absolute" Viewport="0 0 32 32" ImageS 阅读全文
摘要:
重写 用关键字 virtual 修饰的方法,叫虚方法。可以在子类中用override 声明同名的方法,这叫“重写”。相应的没有用virtual修饰的方法,我们叫它实方法。 重写会改变父类方法的功能。 public class C1 { public virtual string GetName() 阅读全文
摘要:
把元素绑定到一起 绑定到非元素对象 1.使用DataContext和Source两种绑定方式及对比: <StackPanel Margin="10" DataContext="{x:Static SystemFonts.IconFontFamily}"> <TextBlock Margin="5" 阅读全文
摘要:
windows对象 自定义窗口集合 阅读全文