'Declaration
<System.ComponentModel.CategoryAttribute("General")> <System.ComponentModel.DescriptionAttribute("The field of view angle, in degrees when the Projection property is set to ProjectionType.Perspective")> <System.ComponentModel.DefaultValueAttribute(60)> <System.Xml.Serialization.XmlAttributeAttribute()> Public Property PerspectiveAngle As System.Single
'Usage
Dim instance As NProjection Dim value As System.Single instance.PerspectiveAngle = value value = instance.PerspectiveAngle
[System.ComponentModel.Category("General")] [System.ComponentModel.Description("The field of view angle, in degrees when the Projection property is set to ProjectionType.Perspective")] [System.ComponentModel.DefaultValue(60)] [System.Xml.Serialization.XmlAttribute()] public System.float PerspectiveAngle {get; set;}