Table of Contents

Property TransitionSize

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

TransitionSize

A float value that specifies the size of the vignette region as a percentage of the full image region.
A size of 0 means the unfaded region is the entire image, while a size of 1 means the faded region is the entire source image.
The allowed range is 0.0 to 1.0. The default value is 0.1.

public EffectPropertyAccessor<float> TransitionSize { get; }

Property Value

EffectPropertyAccessor<float>