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


In This Topic
    LineEndTail Property
    In This Topic
    Gets a custom cap to use at the end of lines drawn with this Pen.
    Syntax
    'Declaration
     
    
    Public Property LineEndTail As CustomLineEnd
    'Usage
     
    
    Dim instance As Pen
    Dim value As CustomLineEnd
     
    instance.LineEndTail = value
     
    value = instance.LineEndTail
    public CustomLineEnd LineEndTail {get; set;}

    Property Value

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