Depth Property
Defines the depth of the 3D Effect. If null, depth will be calculated automatically from the width or height of the common parent of the visual being rotated.
Definition
Namespace: Avalonia.Animation
Assembly: Avalonia.Base (in Avalonia.Base.dll)
- C#
- VB
- F#
public double? Depth { get; set; }
Public Property Depth As Double?
Get
Set
member Depth : Nullable<float> with get, set