Blur Property
Gets or sets the blur radius. This is used to control the amount of blurring.
Definition
Namespace: Avalonia.Media
Assembly: Avalonia.Base (in Avalonia.Base.dll)
- C#
- VB
- F#
public double Blur {
get;
set; }
Public Property Blur As Double
Get
Set
member Blur : float with
get, set
Property Value
DoubleRemarks
The larger this value, the bigger the blur effect, so the shadow becomes larger and more transparent. Negative values are not allowed. If not specified, the default (zero) is used and the shadow edge is sharp.