次の方法で共有


WpfDesktopApplicationUI.OpaquenessLevel Field

Definition

Important

This API is not CLS-compliant.

Specifies the level of opaqueness to use when a panel is not active.

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

Field Value

Value = 0.8
Attributes

Remarks

Used only for WpfPanels with the UseOpacity property set to true

Applies to