PlatformTransparencyCompensationLevel Property
Gets or Sets the PlatformTransparencyCompensationLevel. This value defines the minimum MaterialOpacity that can be used. It means material opacity is re-scaled from this value to 1.
Definition
Namespace: Avalonia.Media
Assembly: Avalonia.Base (in Avalonia.Base.dll)
- C#
- VB
- F#
public double PlatformTransparencyCompensationLevel { get; set; }
Public Property PlatformTransparencyCompensationLevel As Double
Get
Set
member PlatformTransparencyCompensationLevel : float with get, set