Document Solutions for Imaging
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Drawing Namespace / Pen Class / LineCap Property

In This Topic
    LineCap Property
    In This Topic
    Gets or sets the line cap style specifies the shape to be used at the ends of open subpaths (and dashes, if any) when they are stroked.
    Syntax
    'Declaration
     
    Public Property LineCap As PenLineCap
    public PenLineCap LineCap {get; set;}
    See Also