Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Drawing Namespace / CustomLineEnd Structure / Width Property


In This Topic
    Width Property (CustomLineEnd)
    In This Topic
    Gets the width of the custom line head of the specified line
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Width As ArrowheadWidth
    'Usage
     
    
    Dim instance As CustomLineEnd
    Dim value As ArrowheadWidth
     
    value = instance.Width
    public ArrowheadWidth Width {get;}
    See Also