IShredTransition

IShredTransition 接口

Shred 幻灯片过渡效果。

public interface IShredTransition : ITransitionValueBase

属性

名称描述
AsITransitionValueBase { get; }允许获取基本的 ITransitionValueBase 接口。仅供读取 ITransitionValueBase
Direction { get; set; }过渡的方向。可读/可写 TransitionInOutDirectionType
Pattern { get; set; }指定过渡期间使用的视觉形状。可读/可写 TransitionShredPattern

另见