Spread WinForms 15
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

Property Value

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