Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.DrawingSpace Namespace / LineShape Class / EndCap Property


In This Topic
    EndCap Property
    In This Topic
    Gets or sets the ending cap for the line.
    Syntax
    'Declaration
     
    
    Public Overridable Property EndCap As LineCap
    'Usage
     
    
    Dim instance As LineShape
    Dim value As LineCap
     
    instance.EndCap = value
     
    value = instance.EndCap
    public virtual LineCap EndCap {get; set;}
    See Also