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


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

    Property Value

    The f3 D scaling.
    See Also