IInnerShadowEffectiveData

IInnerShadowEffectiveData interface

Immutable object which represents a inner shadow effect.

public interface IInnerShadowEffectiveData : IEffectEffectiveData

Properties

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

See Also