Gets or sets the line cap style of the pen
            
 
    Namespace: 
   Eto.Drawing
    Assembly:
   Eto (in Eto.dll) Version: 2.5.3-dev
 Syntax
Syntaxpublic PenLineCap LineCap { get; set; }Public Property LineCap As PenLineCap
	Get
	Set
member LineCap : PenLineCap with get, set
Property Value
Type: 
PenLineCapThe line cap style
 See Also
See Also