[Overview][Constants][Types][Classes][Procedures and functions][Index] Reference for unit 'FPCanvas' (#fcl)

TFPPenStyleSet

TFPPenStyleSet - set of TFPPenStyle

Declaration

Source position: fpcanvas.pp line 106

type TFPPenStyleSet = set of (

  psSolid,

  

  psDash,

  

  psDot,

  

  psDashDot,

  

  psDashDotDot,

  

  psinsideFrame,

  

  psPattern,

  

  psClear

  

);

The latest version of this document can be found at lazarus-ccr.sourceforge.net.