Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Drawing Namespace / Pen Class / LineCap Property


In This Topic
    LineCap Property
    In This Topic
    Gets the line cap style used at the end of lines drawn with this Pen.
    Syntax
    'Declaration
     
    
    Public Property LineCap As LineCap
    'Usage
     
    
    Dim instance As Pen
    Dim value As LineCap
     
    instance.LineCap = value
     
    value = instance.LineCap
    public LineCap LineCap {get; set;}

    Property Value

    A LineCap that represents the line cap style used at the end of lines drawn with this Pen.
    See Also