BoxShadows Structure
Definition
Namespace: Avalonia.Media
Assembly: Avalonia.Base (in Avalonia.Base.dll)
- C#
- VB
- F#
public struct BoxShadows
Public Structure BoxShadows
[<SealedAttribute>]
type BoxShadows =
struct
inherit ValueType
end
| Inheritance | Object → ValueType → BoxShadows |
Constructors
| BoxShadows(BoxShadow) | Initializes a new instance of the BoxShadows class |
| BoxShadows(BoxShadow, BoxShadow[]) | Initializes a new instance of the BoxShadows class |
Properties
| Count | |
| HasInsetShadows | |
| Item(Int32) |
Methods
| Equals(BoxShadows) | |
| Equals(Object) | (Overrides ValueType.Equals(Object)) |
| GetHashCode() | (Overrides ValueType.GetHashCode()) |
| GetType() | Gets the Type of the current instance. (Inherited from Object) |
| Parse(String) | |
| ToString() | (Overrides ValueType.ToString()) |
| TransformBounds(Rect) |
Operators
| Equality(BoxShadows, BoxShadows) | |
| Inequality(BoxShadows, BoxShadows) |