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


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