'宣言 Public Enum ScrollMode Inherits System.Enum
'使用法 Dim instance As ScrollMode
public enum ScrollMode : System.Enum
'宣言 Public Enum ScrollMode Inherits System.Enum
'使用法 Dim instance As ScrollMode
public enum ScrollMode : System.Enum
メンバ | 解説 |
---|---|
Continuous | ドキュメントページを連続して表示します。 |
ContinuousSnapPage | スクロール時にページの末尾で停止しながらドキュメントページを連続して表示します。 |
SinglePage | ページをスクロールしません。 |
System.Object
System.ValueType
System.Enum
C1.WPF.Viewer.ScrollMode