GradientStop.Transparency 属性

定义

获取或设置一个以百分比形式表示的代表渐变填充不透明度的值。 读/写。

public:
 property float Transparency { float get(); void set(float value); };
public float Transparency { get; set; }
member this.Transparency : single with get, set
Public Property Transparency As Single

属性值

单精度

注解

渐变是指从一种颜色状态到另一种颜色状态的平缓过渡。 这些部分的端点称为光圈。

适用于