IPresetShadowEffectiveData

IPresetShadowEffectiveData interface

Immutable object which represents a Preset Shadow effect.

public interface IPresetShadowEffectiveData : IEffectEffectiveData

Properties

NameDescription
AsIEffectEffectiveData { get; }Allows to get base IEffectEffectiveData interface. Read-only IEffectEffectiveData.
Direction { get; }Direction of shadow. Read-only Single.
Distance { get; }Distance of shadow. Read-only Double.
Preset { get; }Preset. Read-only PresetShadowType.
ShadowColor { get; }Color of shadow. Read-only Color.

See Also