Share via


LensBlurEffect.FocusEdgeSoftening Property

Determines if and how much of the edge of the focus area will be softened.

The default value is Medium.

Namespace: Lumia.Imaging.Adjustments
Assembly: Lumia.Imaging (in Lumia.Imaging.dll) Version: 255.255.255.255

Syntax

public LensBlurFocusEdgeSoftening FocusEdgeSoftening { get; set; }
'Declaration
Public Property FocusEdgeSoftening As LensBlurFocusEdgeSoftening
    Get
    Set
public:
virtual property LensBlurFocusEdgeSoftening^ FocusEdgeSoftening {
    LensBlurFocusEdgeSoftening^ get () sealed;
    void set (LensBlurFocusEdgeSoftening^ value) sealed;
}
function get_FocusEdgeSoftening();
function set_FocusEdgeSoftening(value);

Property Value

Type: LensBlurFocusEdgeSoftening

Version Information

Lumia Imaging SDK

Supported in: 3.0, 2.0

See Also

LensBlurEffect Class

LensBlurEffect.LensBlurEffect Members

Lumia.Imaging.Adjustments Namespace