Answers for "how to change an object color with fill c#"

C#
0

how to change an object color with fill c#

Ellipse ball = new Ellipse();
this.ball.Fill = new SolidColorBrush(Colors.Green);
Posted by: Guest on April-24-2022

Code answers related to "how to change an object color with fill c#"

C# Answers by Framework

Browse Popular Code Answers by Language