IBlurEffectiveData

IBlurEffectiveData interface

Immutable object which represents a Blur effect that is applied to the entire shape, including its fill. All color channels, including alpha, are affected.

public interface IBlurEffectiveData : IEffectEffectiveData

Properties

NameDescription
AsIEffectEffectiveData { get; }Allows to get base IEffectEffectiveData interface. Read-only IEffectEffectiveData.
Grow { get; }Determines whether the bounds of the object should be grown as a result of the blurring. True indicates the bounds are grown while false indicates that they are not. Read-only Boolean.
Radius { get; }Returns or sets blur radius. Read-only Double.

See Also