摩羯射手_登山且莫问山高

c#,vb,sql,大型信息化项目实践 用创业的心,处理好每一件事。

导航

WPF基础

https://www.cnblogs.com/kuangxiangnice/p/5820631.html

WPF 渐变色

<Grid Name="grid1">
<Grid.Background>
<LinearGradientBrush>
<LinearGradientBrush.GradientStops>
<GradientStop Offset="0.00" Color="Red"/>
<GradientStop Offset="0.50" Color="Indigo"/>
<GradientStop Offset="1.00" Color="Violet"/>
</LinearGradientBrush.GradientStops>
</LinearGradientBrush>
</Grid.Background>
</Grid>

 

 

<StackPanel HorizontalAlignment="Left" Height="102" Margin="184,186,0,0" VerticalAlignment="Top" Width="259">
<Button Content="Button"/>
<Button Content="Button"/>
<Button Content="Button"/>
</StackPanel>

自动堆积面板

 

 https://www.cnblogs.com/xiaowie/p/9355585.html

使用WrapPanel 和 DockPanel

 

posted on 2019-08-30 13:19  摩羯射手  阅读(98)  评论(0编辑  收藏  举报