Spread Windows Forms 17
FarPoint.Excel Assembly / FarPoint.Excel Namespace / Pie Class / fShowLdrLines Property


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