GradientStop.Position 属性

定义

获取或设置一个值,该值表示停止点在以百分比表示的渐变中的位置。 读/写。

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

属性值

单精度

注解

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

适用于