Struct BoxShadows
- Namespace
- Avalonia.Media
- Assembly
- Avalonia.Base.dll
- Inherited Members
-
Constructors
public BoxShadows(BoxShadow shadow)
Parameters
shadow
BoxShadow
public BoxShadows(BoxShadow first, BoxShadow[] rest)
Parameters
first
BoxShadow
rest
BoxShadow[]
Properties
public readonly int Count { get; }
Property Value
- int
public bool HasInsetShadows { get; }
Property Value
- bool
public BoxShadow this[int c] { get; }
Parameters
c
int
Property Value
- BoxShadow
Methods
public bool Equals(BoxShadows other)
Parameters
other
BoxShadows
Returns
- bool
public override bool Equals(object? obj)
Parameters
obj
object
Returns
- bool
public override int GetHashCode()
Returns
- int
public static BoxShadows Parse(string s)
Parameters
s
string
Returns
- BoxShadows
public override string ToString()
Returns
- string
public Rect TransformBounds(in Rect rect)
Parameters
rect
Rect
Returns
- Rect
Operators
public static bool operator ==(BoxShadows left, BoxShadows right)
Parameters
left
BoxShadows
right
BoxShadows
Returns
- bool
public static bool operator !=(BoxShadows left, BoxShadows right)
Parameters
left
BoxShadows
right
BoxShadows
Returns
- bool