Interface ILayerEffect

ILayerEffect interface

Interface for Layer Effects

public interface ILayerEffect

Properties

NameDescription
BlendMode { get; set; }Gets or sets the blend mode.
EffectType { get; }Gets a type of effect
IsVisible { get; set; }Gets or sets a value indicating whether this instance is visible.
Opacity { get; set; }Gets or sets the opacity where 255 = 100%

See Also