LevelChannel.InputHighlightLevel

LevelChannel.InputHighlightLevel property

Gets or sets the input highlight level.

public short InputHighlightLevel { get; set; }

Property Value

The input highlight level.

Exceptions

exceptioncondition
ArgumentOutOfRangeExceptionInput Highlight Level can be set only in range from " + (this.InputShadowLevel + 2) + " to 255

See Also