Table of Contents

Property MaxRadius

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

MaxRadius

Specifies the maximum blur radius that is rendered. If the RadiusMap contains pixels specifying a blur radius larger than this value, then they will be clamped to this value.

The range of this value is [0, 300]. The default value is 30.

public EffectPropertyAccessor<float> MaxRadius { get; }

Property Value

EffectPropertyAccessor<float>