[]
表示一系列IGradientStop 对象的集合。
public interface IGradientStops : IEnumerable
| Name | Description |
|---|---|
| Count | 获取IGradientStops 集合中的项目数量(只读)。 |
| this[int] | 从IGradientStops 集合中获取IGradientStop 对象(只读)。 |
| Name | Description |
|---|---|
| Delete(int) | 移除渐变停止点。 |
| Insert(int, double, double, int, double) | 向渐变中添加一个停止点,并指定颜色的亮度和透明度。 |