Spread Windows Forms 17
FarPoint.Excel Assembly / FarPoint.Excel Namespace / Pattern Class / SmoothLine Property


In This Topic
    SmoothLine Property
    In This Topic
    Syntax
    'Declaration
     
    
    Public Property SmoothLine As Boolean
    'Usage
     
    
    Dim instance As Pattern
    Dim value As Boolean
     
    instance.SmoothLine = value
     
    value = instance.SmoothLine
    public bool SmoothLine {get; set;}
    See Also