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


In This Topic
    RightAngle Property
    In This Topic
    Gets or sets a value indicating whether [right angle].
    Syntax
    'Declaration
     
    
    Public Property RightAngle As Boolean
    'Usage
     
    
    Dim instance As View3DInfo
    Dim value As Boolean
     
    instance.RightAngle = value
     
    value = instance.RightAngle
    public bool RightAngle {get; set;}

    Property Value

    true if [right angle]; otherwise, false.
    See Also