TotalAngle Property (FlexRadar<T>)
In This Topic
Gets or sets the total angle for the radar, in degrees. Its default value is 360. The value must be greater than 0, or less than or equal to 360.
Syntax
'Declaration
Public Property TotalAngle As Integer
public int TotalAngle {get; set;}
See Also