8,756
社区成员




Color m_Color = Color.FromArgb(255, (byte)128, (byte)128, (byte)128);
Rectangle m_Rectangle = new Rectangle();
m_Rectangle.Fill = new SolidColorBrush(m_Color);
m_Rectangle.Width = comboBox1.Width;
m_Rectangle.Height = comboBox1.Height;
comboBox1.Items.Add(m_Rectangle);