The VerticalLightAngle property returns or sets the prism map vertical light angle in degrees. Returns a double.
Syntax
object.VerticalLightAngle
object.VerticalLightAngle = VerticalLightAngle
Parameter |
Type |
Description |
VerticalLightAngle |
Double |
required; angle from 0 to 90 in degrees |
Example 1
This example returns the vertical light angle for a prism map.
Debug.Print PrismMap.VerticalLightAngle
Example 2
This example sets the vertical light angle to 70 for a prism map.
PrismMap.VerticalLightAngle = 70
Used by: PrismMap object