Just use the Color.FromArgb method in this scenario. See the code below: C#. xrControlStyle1.BackColor = Color.FromArgb(0, 100, 45);.
確定! 回上一頁