IPresetShadowEffectiveData

IPresetShadowEffectiveData 接口

不可变对象,表示预设阴影效果。

public interface IPresetShadowEffectiveData : IEffectEffectiveData

属性

名称描述
AsIEffectEffectiveData { get; }允许获取基 IEffectEffectiveData 接口。只读 IEffectEffectiveData
Direction { get; }阴影的方向。只读 Single。
Distance { get; }阴影的距离。只读 Double。
Preset { get; }预设。只读 PresetShadowType
ShadowColor { get; }阴影的颜色。只读 Color。

另请参见