DesktopApplicationUIBase.OpaqueLevel Field

Definition

Important

This API is not CLS-compliant.

Level of opaqueness to use when a panel is not active.

protected: float OpaqueLevel = 0.8;
[System.CLSCompliant(false)]
protected const float OpaqueLevel = 0.8;
[<System.CLSCompliant(false)>]
val mutable OpaqueLevel : single
Protected Const OpaqueLevel As Single  = 0.8

Field Value

Value = 0.8
Attributes

Remarks

Used only for WpfPanels with the UseOpacity property set to true

Applies to