A Property
Gets the Alpha (transparency) component in the range from 0..1 (percentage).
Definition
Namespace: Avalonia.Media
Assembly: Avalonia.Base (in Avalonia.Base.dll)
- C#
- VB
- F#
public double A { get; }
Public ReadOnly Property A As Double
Get
member A : float with get
Property Value
DoubleRemarks
- 0 is fully transparent.
- 1 is fully opaque.