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


In This Topic
    LineCapScale Property
    In This Topic
    Gets the scale factor of the custom line head.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property LineCapScale As Double
    'Usage
     
    
    Dim instance As CustomLineEnd
    Dim value As Double
     
    value = instance.LineCapScale
    public double LineCapScale {get;}
    See Also