BlurEffectiveData

BlurEffectiveData class

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 class BlurEffectiveData : EffectEffectiveData<Blur, BlurEffectiveData>, IBlurEffectiveData

Public Members

NameDescription
Grow { get; }Determines whether effect spreads beyond shape border. Read-only Boolean.
Radius { get; }Blur radius. Read-only Double.

See Also