LevelChannel.OutputShadowLevel

LevelChannel.OutputShadowLevel property

Gets or sets the output shadow level.

public short OutputShadowLevel { get; set; }

Property Value

The output shadow level.

Exceptions

exceptioncondition
ArgumentOutOfRangeExceptionOutput Shadow Level can be set only in range from 0 to " + (this.OutputHighlightLevel - 2)

See Also