home *** CD-ROM | disk | FTP | other *** search
/ Mundo do CD-ROM 23 / CDROM23.iso / corel / Draw / Fill_out / Outlines / Dot_dash / dashdot3.csc < prev    next >
Encoding:
Text File  |  1997-08-19  |  272 b   |  13 lines

  1. REM Favorite : Outline Style
  2.  
  3. WITHOBJECT "CorelDraw.Automation.8"
  4.     .StartOfRecording 
  5.     .SuppressPainting 
  6.     .RecorderStorePreselectedObjects FALSE
  7.     .SetOutlineMiscProperties 2, 25, 0, 0, 100, 0, FALSE, FALSE
  8.     .ResumePainting 
  9.     .EndOfRecording 
  10. END WITHOBJECT
  11.  
  12.  
  13.