谁知道在WPF中,grid布局的背景渐变设置咋整????求解答 5
1个回答
展开全部
自己加一个就是了:
<Grid>
<Grid.Background>
<LinearGradientBrush StartPoint="0,0" EndPoint="0,1">
<LinearGradientBrush.GradientStops>
<GradientstopCollection>
<GradientStop Color="#FFFF" Offset="0" />
<GradientStop Color="Blue" Offset="1" />
......手打的,反括号略,自己加
以上代码为从上到下白色到红色的线性渐变,其他的类似,有疑问再提出来
<Grid>
<Grid.Background>
<LinearGradientBrush StartPoint="0,0" EndPoint="0,1">
<LinearGradientBrush.GradientStops>
<GradientstopCollection>
<GradientStop Color="#FFFF" Offset="0" />
<GradientStop Color="Blue" Offset="1" />
......手打的,反括号略,自己加
以上代码为从上到下白色到红色的线性渐变,其他的类似,有疑问再提出来
追问
Error 1 The name 'InitializeComponent' does not exist in the current context
咋会出现这个呢?
追答
是指一种语法错误。在程序的某处可能定义了InitializeComponent,但是它不在当前作用域内。 你看看自己的程序InitializeComponent在不在当前作用域内。
要不你新建一窗口,把我贴的代码加上去,以下是补前面的代码:
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询