How add shape without border ?

H

hellokareem

How we can add shape in master slide ,without boredr?when i added shape
in master slide white default border coming(i am saying
programmatically not manually)
Any help really appreciable
 
J

John Wilson

If for example it was shape 6 on the master

ActivePresentation.SlideMaster.Shapes(6).Line.Visible = msoFalse
 
H

hellokareem

can u say step in com way ...Line object not seeing..LineFormat
there(using vc++)
 
Top