ImmutableDropShadowDirectionEffect Class
Definition
public class ImmutableDropShadowDirectionEffect
Constructors
| Name | Description |
|---|---|
| ImmutableDropShadowDirectionEffect | No summary available. |
ImmutableDropShadowDirectionEffect Constructor
public ImmutableDropShadowDirectionEffect(double direction, double shadowDepth, double blurRadius, Avalonia.Media.Color color, double opacity)
Parameters
direction double
shadowDepth double
blurRadius double
color Avalonia.Media.Color
opacity double
Methods
| Name | Description |
|---|---|
| Equals | No summary available. |
Equals Method
public bool Equals(Avalonia.Media.IEffect other)
Parameters
other Avalonia.Media.IEffect
Returns
bool
Properties
| Name | Description |
|---|---|
| BlurRadius | No summary available. |
| Color | No summary available. |
| Direction | No summary available. |
| OffsetX | No summary available. |
| OffsetY | No summary available. |
| Opacity | No summary available. |
| ShadowDepth | No summary available. |
BlurRadius Property
public double BlurRadius { get; set; }
Color Property
public Avalonia.Media.Color Color { get; set; }
Direction Property
public double Direction { get; set; }
OffsetX Property
public double OffsetX { get; set; }
OffsetY Property
public double OffsetY { get; set; }
Opacity Property
public double Opacity { get; set; }
ShadowDepth Property
public double ShadowDepth { get; set; }