Spread Windows Forms 15.0
FarPoint.Excel Assembly / FarPoint.Excel Namespace / Surf Class / f3DPhongShade Property


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