Form.AllowTransparency 属性

定义

获取或设置一个值,该值指示能否调整窗体的不透明度。

public:
 property bool AllowTransparency { bool get(); void set(bool value); };
[System.ComponentModel.Browsable(false)]
public bool AllowTransparency { get; set; }
[<System.ComponentModel.Browsable(false)>]
member this.AllowTransparency : bool with get, set
Public Property AllowTransparency As Boolean

属性值

Boolean

如果可以更改窗体的不透明度,则为 true;否则为 false

属性

注解

如果更改此属性,Opacity此属性会自动设置为true。 使用 Opacity 属性设置窗体的不透明度时,窗体将对窗体上的对象进行分层。 如果将属性false设置为AllowTransparency窗体不会处于分层模式,这将提高窗体的显示性能。

适用于