Visual.VisualOpacity 属性

定义

获取或设置 Visual 的不透明度。

public:  property double VisualOpacity {  protected public:
double get(); protected:
 void set(double value); };
public double VisualOpacity { protected internal get; protected set; }
member this.VisualOpacity : double with get, set
Public Property VisualOpacity As Double

属性值

可视对象的不透明度值。

注解

不透明度 Visual 的值表示为介于 0 和 1 之间的值。 值为 0 表示元素完全透明,而值为 1 表示元素完全不透明。 值为 0.5 表示元素不透明 50%。 小于 0 的值被视为 0;大于 1 的值被视为 1。

适用于