Spread Property
Gets or sets the spread radius. This is used to control the overall size of the shadow.
Definition
Namespace: Avalonia.Media
Assembly: Avalonia.Base (in Avalonia.Base.dll)
- C#
- VB
- F#
public double Spread {
get;
set; }
Public Property Spread As Double
Get
Set
member Spread : float with
get, set
Property Value
DoubleRemarks
Positive values will cause the shadow to expand and grow larger, negative values will cause the shadow to shrink. If not specified, the default (zero) is used and the shadow will be the same size as the element.