LevelChannel.InputShadowLevel

LevelChannel.InputShadowLevel property

Gets or sets the input shadow level.

public short InputShadowLevel { get; set; }

Property Value

The input shadow level.

Exceptions

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

See Also