Spread Windows Forms 15.0
FarPoint.Excel Assembly / FarPoint.Excel Namespace / View3DInfo Class / FPerspective Property


In This Topic
    FPerspective Property (View3DInfo)
    In This Topic
    Gets or sets the F perspective.
    Syntax
    'Declaration
     
    
    Public Property FPerspective As Byte
    'Usage
     
    
    Dim instance As View3DInfo
    Dim value As Byte
     
    instance.FPerspective = value
     
    value = instance.FPerspective
    public byte FPerspective {get; set;}

    Property Value

    The F perspective.
    See Also