IGlowEffectiveData

IGlowEffectiveData interface

Immutable object which represents a Glow effect, in which a color blurred outline is added outside the edges of the object.

public interface IGlowEffectiveData : IEffectEffectiveData

Properties

NameDescription
AsIEffectEffectiveData { get; }Allows to get base IEffectEffectiveData interface. Read-only IEffectEffectiveData.
Color { get; }Color. Read-only Color.
Radius { get; }Radius. Read-only Double.

See Also