OffsetY Property
Gets or sets the vertical offset (distance) of the shadow.
Definition
Namespace: Avalonia.Media
Assembly: Avalonia.Base (in Avalonia.Base.dll)
- C#
- VB
- F#
public double OffsetY {
get;
set; }
Public Property OffsetY As Double
Get
Set
member OffsetY : float with
get, set
Property Value
DoubleRemarks
Positive values place the shadow below the element while negative values place the shadow above.