MediaElement.ScrubbingEnabled 属性

定义

获取或设置一个值,该值指示 MediaElement 是否将在暂停状态下为查找操作更新帧。

public:
 property bool ScrubbingEnabled { bool get(); void set(bool value); };
public bool ScrubbingEnabled { get; set; }
member this.ScrubbingEnabled : bool with get, set
Public Property ScrubbingEnabled As Boolean

属性值

Boolean

如果在暂停状态下更新帧,则为 true;否则为 false。 默认值为 false

注解

设置为 false时,如果媒体正在播放,则查找特定位置只会更新显示的帧。

true设置为ScrubbingEnabled可能会产生一些性能成本,尤其是在以交互方式控制媒体播放时。

依赖项属性信息

标识符字段 ScrubbingEnabledProperty
元数据属性设置为 true

适用于