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