IGlowEffectiveData

IGlowEffectiveData 接口

不可变对象,表示一种辉光效果,其中在对象的边缘外添加了模糊的彩色轮廓。

public interface IGlowEffectiveData : IEffectEffectiveData

属性

名称描述
AsIEffectEffectiveData { get; }允许获取基础的 IEffectEffectiveData 接口。只读 IEffectEffectiveData
Color { get; }颜色。只读 Color。
Radius { get; }半径。只读 Double。

另见