LevelChannelInputShadowLevel Property |
Gets or sets the input shadow level.
Namespace: Aspose.PSD.FileFormats.Psd.Layers.LayerResourcesAssembly: Aspose.PSD (in Aspose.PSD.dll) Version: 22.5
Syntaxpublic short InputShadowLevel { get; set; }
Public Property InputShadowLevel As Short
Get
Set
public:
property short InputShadowLevel {
short get ();
void set (short value);
}
member InputShadowLevel : int16 with get, set
Property Value
Type:
Int16
The input shadow level.
ExceptionsException | Condition |
---|
ArgumentOutOfRangeException | Input Shadow Level can be set only in range from 0 to " + (this.InputHighlightLevel - 2) |
See Also