ShellRenderingSettings.Opacity 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
殼層轉譯幾何的不透明度。 範圍從 0 (不可見) 到 1 (完全不透明) 。
public:
property float Opacity { float get(); void set(float value); };
public float Opacity { get; set; }
member this.Opacity : single with get, set
Public Property Opacity As Single
屬性值
備註
InvalidParam如果傳入 [0;1] 範圍以外的值,就會發生錯誤。