Spread Windows Forms 17
FarPoint.Excel Assembly / FarPoint.Excel Namespace / Line Class / fHasShadow Property


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