WPF 自定义控件样式:如tabcontrol等!越多越好!
展开全部
Button里面可以添加内容的呀例如:
<Button>
<Grid>
<TextBox/>
<Image/>
</Grid>
</Button>
又例如可以使用模板:
<Window
xmlns=""
xmlns:x=""
x:Class="WpfApplication3.MainWindow"
x:Name="Window"
Title="MainWindow"
Width="640" Height="480">
<Window.Resources>
<ControlTemplate x:Key="ButtonControlTemplate1" TargetType="">
<Grid>
<TextBox/>
<Image/>
</Grid>
</ControlTemplate>
</Window.Resources>
<Grid x:Name="LayoutRoot">
<Button Template="" Width="100" Height="100"/>
</Grid>
</Window>
<Button>
<Grid>
<TextBox/>
<Image/>
</Grid>
</Button>
又例如可以使用模板:
<Window
xmlns=""
xmlns:x=""
x:Class="WpfApplication3.MainWindow"
x:Name="Window"
Title="MainWindow"
Width="640" Height="480">
<Window.Resources>
<ControlTemplate x:Key="ButtonControlTemplate1" TargetType="">
<Grid>
<TextBox/>
<Image/>
</Grid>
</ControlTemplate>
</Window.Resources>
<Grid x:Name="LayoutRoot">
<Button Template="" Width="100" Height="100"/>
</Grid>
</Window>
2011-07-06
展开全部
Button里面可以添加内容的呀例如:
<Button>
<Grid>
<TextBox/>
<Image/>
</Grid>
</Button>
又例如可以使用模板:
<Window
xmlns=""
xmlns:x=""
x:Class="WpfApplication3.MainWindow"
x:Name="Window"
Title="MainWindow"
Width="640" Height="480">
<Window.Resources>
<ControlTemplate x:Key="ButtonControlTemplate1" TargetType="">
<Grid>
<TextBox/>
<Image/>
</Grid>
</ControlTemplate>
</Window.Resources>
<Grid x:Name="LayoutRoot">
<Button Template="" Width="100" Height="100"/>
</Grid>
</Window>
另外,站长团上有产品团购,便宜有保证
<Button>
<Grid>
<TextBox/>
<Image/>
</Grid>
</Button>
又例如可以使用模板:
<Window
xmlns=""
xmlns:x=""
x:Class="WpfApplication3.MainWindow"
x:Name="Window"
Title="MainWindow"
Width="640" Height="480">
<Window.Resources>
<ControlTemplate x:Key="ButtonControlTemplate1" TargetType="">
<Grid>
<TextBox/>
<Image/>
</Grid>
</ControlTemplate>
</Window.Resources>
<Grid x:Name="LayoutRoot">
<Button Template="" Width="100" Height="100"/>
</Grid>
</Window>
另外,站长团上有产品团购,便宜有保证
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询