View.Panning 属性

定义

返回或设置一个 Boolean 类型的值,该值代表 Microsoft Office Word 是否处于平移模式。 读/写。

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

属性值

Boolean

注解

全景模式将鼠标指针变为手形,使用户能够通过按住鼠标来拖动文档,从而滚动查看文档页。

适用于