IPresetShadowEffectiveData
IPresetShadowEffectiveData 接口
表示预设阴影效果的不可变对象。
public interface IPresetShadowEffectiveData : IEffectEffectiveData
属性
| 名称 | 描述 |
|---|---|
| AsIEffectEffectiveData { get; } | 允许获取基本的 IEffectEffectiveData 接口。只读 IEffectEffectiveData。 |
| Direction { get; } | 阴影方向。只读 Single。 |
| Distance { get; } | 阴影距离。只读 Double。 |
| Preset { get; } | 预设。只读 PresetShadowType。 |
| ShadowColor { get; } | 阴影颜色。只读 Color。 |