- Code: Select all
IPrstGeomShape circle = wosh.PrstGeomShapes.AddPrstGeomShape(31, 19, 70, 70, PrstGeomShapeType.Ellipse);
circle.Fill.ForeColor = Color.DarkBlue;
circle.Fill.FillType = ShapeFillType.NoFill;
circle.Text = "USER 2020";
Is there a way for the text inside to come out in bold and in one color?
and that the edge of the ellipse is thicker?