Spread Windows Forms 15.0
FarPoint.Excel Assembly / FarPoint.Excel Namespace / Pie Class / fHasShadow Property


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