BoxShadow Structure
Definition
Namespace: Avalonia.Media
Assembly: Avalonia.Base (in Avalonia.Base.dll)
- C#
- VB
- F#
public struct BoxShadow
Public Structure BoxShadow
[<SealedAttribute>]
type BoxShadow =
struct
inherit ValueType
end
Inheritance | Object → ValueType → BoxShadow |
Properties
Blur | |
Color | |
IsInset | |
OffsetX | |
OffsetY | |
Spread |
Methods
Equals(BoxShadow) | |
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(BoxShadow, BoxShadow) | |
Inequality(BoxShadow, BoxShadow) |