Skip to main content

BoxShadows Structure

Definition

Namespace: Avalonia.Media
Assembly: Avalonia.Base (in Avalonia.Base.dll)

public struct BoxShadows
View Source
InheritanceObjectValueType → 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) 

See Also

Reference

Avalonia.Media Namespace