VisualStyleRenderer.IsBackgroundPartiallyTransparent 方法

定义

指示当前视觉样式元素的背景是否具有任何半透明或 alpha 混合的片段。

public:
 bool IsBackgroundPartiallyTransparent();
public bool IsBackgroundPartiallyTransparent();
member this.IsBackgroundPartiallyTransparent : unit -> bool
Public Function IsBackgroundPartiallyTransparent () As Boolean

返回

true 如果当前视觉样式元素的背景具有任何半透明或 alpha 混合的片段,则为 ;否则,为 false.

适用于