Click or drag to resize
DigitalRuneCascadedShadowNumberOfCascades Property
Gets or sets the number of cascades.

Namespace: DigitalRune.Graphics
Assembly: DigitalRune.Graphics (in DigitalRune.Graphics.dll) Version: 1.2.0.0 (1.2.1.14562)
Syntax
public int NumberOfCascades { get; set; }

Property Value

Type: Int32
The number of cascades (1 - 4). The default value is 4.
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionvalue is less than 1 or greater than 4.
See Also