Table of Contents

Property RadiusLevels

Namespace
PaintDotNet.Direct2D1.Effects
Assembly
PaintDotNet.Windows.Framework.dll

RadiusLevels

Specifies the number of blur levels to be rendered. The image will be blurred this many times with an exponentially increasing blur radius based on the value of MaxRadius. Increasing this value will improve quality, but also reduce performance.

The range of this value is [1, 30]. The default value is 10.

public EffectPropertyAccessor<int> RadiusLevels { get; }

Property Value

EffectPropertyAccessor<int>