Creating 3D surface with no borders
Creating 3D surface with no borders
How do you programmatically create a new 3D surface with no borders? When I create a new surface, I can't find the relevant properties to set.
Re: Creating 3D surface with no borders
Hello, you have to use this command for disable borders in a surface:
Thanks
on Surface1 is your surface.surface1.Pen.Visible = false
Thanks