GradientBrush.GradientStops 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置画笔的渐变停止点。
public:
property System::Windows::Media::GradientStopCollection ^ GradientStops { System::Windows::Media::GradientStopCollection ^ get(); void set(System::Windows::Media::GradientStopCollection ^ value); };
public System.Windows.Media.GradientStopCollection GradientStops { get; set; }
member this.GradientStops : System.Windows.Media.GradientStopCollection with get, set
Public Property GradientStops As GradientStopCollection
属性值
一个与画笔相关联的 GradientStop 对象的集合,其中每个对象指定一种颜色和一个沿画笔渐变轴的偏移量。 默认值为空 GradientStopCollection。
注解
依赖项属性信息
标识符字段 | GradientStopsProperty |
元数据属性设置为 true |
无 |