随笔分类 - WPF
最近工作要用到wpf,存一些wpf的资料
摘要:生命 Window.Resources 样式定义 子节点Style 属性 TargetType 指定应用该样式的控件类型(如:Button) 属性:x:Key 定义样式的名字 属性:BaseOn 可以集成其他的style样式 字节点 Setter 属性 Property 值指定样式属性 属性Valu
阅读全文
摘要:Grid 基础定义 <!--行定义--> <Grid.RowDefinitions> <RowDefinition Height="2*"/> <RowDefinition/> </Grid.RowDefinitions> <!--列定义--> <Grid.ColumnDefinitions> <C
阅读全文