VertAngle Property

The VertAngle property returns or sets the Vertical Angle value of the light source. Returns a Double.

Syntax

object.VertAngle

object.VertAngle = VertAngle

 

Parameter Type Description
VertAngle Double required

 

Example 1

This example shows how to set the angle for the vertical light for a surface map.

SurfLight.VertAngle = 45

Example 2

This example shows how to set the angle for the vertical light for a 3D pie chart.

PieLight.VertAngle = 60

 

Used by: AutoLightingObj object